Enable scrolling inside upload modal

This commit is contained in:
thePR0M3TH3AN
2025-09-26 20:09:49 -04:00
parent ea300b47bf
commit 7d73a8c594

View File

@@ -19,7 +19,7 @@
class="relative modal-container h-full w-full flex items-start md:items-center justify-center overflow-y-auto z-20"
>
<div
class="modal-content bg-gray-900 w-full max-w-[90%] lg:max-w-6xl my-0 rounded-lg overflow-hidden relative"
class="modal-content bg-gray-900 w-full max-w-[90%] lg:max-w-6xl my-0 rounded-lg overflow-y-auto relative"
style="max-height: 90vh"
>
<!-- Top Bar (similar to video-modal) -->