1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2025-11-23 22:45:01 +02:00

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

View File

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