Fixed: Prevent modals from overflowing screen width

Closes #8085
This commit is contained in:
Collin Heist 2025-09-27 16:50:27 -06:00 committed by Mark McDowall
parent bc037ae356
commit 36225c3709
No known key found for this signature in database

View file

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