1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-24 22:35:49 -04:00

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 b1b33e0dbf
commit f6afbfa684
+1
View File
@@ -19,6 +19,7 @@
.modal {
position: relative;
display: flex;
max-width: 90%;
max-height: 90%;
border-radius: 6px;
opacity: 1;