Improved solution for #686

This commit is contained in:
the-djmaze 2023-01-09 13:11:27 +01:00
parent cf12960507
commit be512a0333

View file

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