Removed global overflow on modals, added it back to objects modal

This commit is contained in:
2024-07-21 20:48:06 +02:00
parent 31ed582a5b
commit 5140e205ad
2 changed files with 17 additions and 15 deletions

View File

@ -9,7 +9,7 @@
</button>
</div>
</div>
<div class="overflow-auto grow">
<div class="overflow-hidden grow">
<slot name="modalBody" />
<img v-if="isResizable" src="/assets/icons/resize-icon.svg" alt="resize" class="absolute bottom-0 right-0 w-5 h-5 cursor-nwse-resize invert-[60%]" @mousedown="startResize" />
</div>