mirror of
https://github.com/PR0M3TH3AN/bitvid.git
synced 2026-03-12 05:52:33 +00:00
Enable scrolling inside upload modal
This commit is contained in:
@@ -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) -->
|
||||
|
||||
Reference in New Issue
Block a user