fix: overlay overlaps with top bar of file view on mobile

This commit is contained in:
Janis Pritzkau 2025-04-13 20:03:25 +02:00
parent 0f1e0c09b5
commit 7d98ecbb9c

View file

@ -31,6 +31,10 @@
gap: var(--size-4-2);
}
[data-type="model-viewer-file-view"] .view-content {
position: relative;
}
[data-type="model-viewer-file-view"] model-viewer {
position: absolute;
inset: 0;