Fixed: Prevent modals from overflowing screen width

(cherry picked from commit 6c581b7e3c5c74db350d7ba2aad04f2df77c7671)
This commit is contained in:
Collin Heist 2025-09-27 16:50:27 -06:00 committed by bakerboy448
parent 8bf2f68abe
commit c9baaf634e

View file

@ -19,6 +19,7 @@
.modal { .modal {
position: relative; position: relative;
display: flex; display: flex;
max-width: 90%;
max-height: 90%; max-height: 90%;
border-radius: 6px; border-radius: 6px;
opacity: 1; opacity: 1;