fix two style element

This commit is contained in:
2025-05-16 10:40:50 +02:00
parent 255f14faae
commit 8bc7fad146

View File

@@ -1,16 +1,3 @@
<style>
model-viewer {
height: 100%;
width: 100%;
}
.model{
height: calc(100%-84px)
}
</style>
<script>
import Panel from '$lib/components/ui/Panel.svelte';
import { onMount } from 'svelte';