mirror of
https://codeberg.org/emersion/gamja
synced 2025-03-13 07:48:37 +01:00
Fix overflowed dialogs
This commit is contained in:
parent
78f22fce4e
commit
ed5a771ea0
@ -283,11 +283,11 @@ details summary {
|
|||||||
right: 0;
|
right: 0;
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
background-color: rgba(0, 0, 0, 0.5);
|
background-color: rgba(0, 0, 0, 0.5);
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
.dialog .dialog-body {
|
.dialog .dialog-body {
|
||||||
background-color: white;
|
background-color: white;
|
||||||
margin: auto;
|
margin: 20px auto;
|
||||||
margin-top: 20px;
|
|
||||||
max-width: 500px;
|
max-width: 500px;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
border: 1px solid rgba(0, 0, 0, 0.6);
|
border: 1px solid rgba(0, 0, 0, 0.6);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user