From be512a0333a9fcae7238767ae3769e5597be995e Mon Sep 17 00:00:00 2001 From: the-djmaze <> Date: Mon, 9 Jan 2023 13:11:27 +0100 Subject: [PATCH] Improved solution for #686 --- dev/Styles/Main.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev/Styles/Main.less b/dev/Styles/Main.less index effb4065d..2c1322309 100644 --- a/dev/Styles/Main.less +++ b/dev/Styles/Main.less @@ -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%; }