Improvements for #686

This commit is contained in:
the-djmaze 2023-01-05 16:27:13 +01:00
parent 9a5ad04a6e
commit 1311fd343b
6 changed files with 11 additions and 14 deletions

View file

@ -76,7 +76,7 @@ dialog:not(.animate) {
*/
.rl-mobile dialog {
margin: 0 auto;
max-height: calc(100vh - 100px);
max-height: calc(100vh - 86px);
width: 100%;
}