mirror of
https://github.com/Prowlarr/Prowlarr.git
synced 2025-12-23 22:28:00 -05:00
Fixed: Prevent modals from overflowing screen width
(cherry picked from commit 6c581b7e3c5c74db350d7ba2aad04f2df77c7671)
This commit is contained in:
committed by
bakerboy448
parent
8bf2f68abe
commit
c9baaf634e
@@ -19,6 +19,7 @@
|
||||
.modal {
|
||||
position: relative;
|
||||
display: flex;
|
||||
max-width: 90%;
|
||||
max-height: 90%;
|
||||
border-radius: 6px;
|
||||
opacity: 1;
|
||||
|
||||
Reference in New Issue
Block a user