Fix bug with clipping

This commit is contained in:
2026-04-07 12:37:43 +02:00
parent 9a8f6c7dc5
commit a3ca2eb372
5 changed files with 125 additions and 124 deletions

View File

@@ -24,7 +24,7 @@ UI.contentMenuTabs = `
</ul>
<!-- Tab panes -->
<div class="tab-content ps-4 ms-3" style="overflow: auto">
<div class="tab-content ps-4 ms-3 overflow-y-auto">
<div class="tab-pane active p-3 ms-3" id="layer" role="tabpanel" aria-labelledby="layer-tab" tabindex="0"></div>
<div class="tab-pane p-3" id="media" role="tabpanel" aria-labelledby="media-tab" tabindex="0"></div>
</div>