mirror of
https://github.com/janispritzkau/obsidian-model-viewer.git
synced 2026-07-22 05:44:57 +00:00
fix: overlay overlaps with top bar of file view on mobile
This commit is contained in:
parent
0f1e0c09b5
commit
7d98ecbb9c
1 changed files with 4 additions and 0 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue