forked from CringeStudios/gamja
Fix overflowed dialogs
This commit is contained in:
parent
78f22fce4e
commit
ed5a771ea0
@ -283,11 +283,11 @@ details summary {
|
||||
right: 0;
|
||||
bottom: 0;
|
||||
background-color: rgba(0, 0, 0, 0.5);
|
||||
overflow: auto;
|
||||
}
|
||||
.dialog .dialog-body {
|
||||
background-color: white;
|
||||
margin: auto;
|
||||
margin-top: 20px;
|
||||
margin: 20px auto;
|
||||
max-width: 500px;
|
||||
padding: 15px;
|
||||
border: 1px solid rgba(0, 0, 0, 0.6);
|
||||
|
Loading…
x
Reference in New Issue
Block a user