Fix overflowed dialogs

This commit is contained in:
Simon Ser 2021-03-08 17:26:51 +01:00
parent 78f22fce4e
commit ed5a771ea0

View File

@ -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);