fix: move critical layout CSS to index.html, revert broken absolute positioning

This commit is contained in:
2026-06-07 22:50:20 +08:00
parent 469fc1ff33
commit a22dd8497e
3 changed files with 6 additions and 7 deletions

View File

@@ -86,11 +86,8 @@ onMounted(() => {
<style scoped>
.scene-graph {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
width: 100%;
height: 100%;
background: #0d0d1a;
}
</style>