diff options
author | MartB <mart.b@outlook.de> | 2019-12-10 17:25:41 +0100 |
---|---|---|
committer | MartB <mart.b@outlook.de> | 2019-12-10 17:26:10 +0100 |
commit | c6122af7ea9918439abc20c32603197045259b27 (patch) | |
tree | 60cdafe14e88898a9c22da2758d3766d840a6e55 /themes/luci-theme-rosy/htdocs/luci-static | |
parent | d87169c0f60f9e7c1f8a61b2809473802093ff31 (diff) |
luci-theme-*: remove modal max-height #3383 v2
Signed-off-by: MartB <mart.b@outlook.de>
Diffstat (limited to 'themes/luci-theme-rosy/htdocs/luci-static')
-rw-r--r-- | themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css index fca731cadd..d74c86d22f 100644 --- a/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css +++ b/themes/luci-theme-rosy/htdocs/luci-static/rosy/cascade.css @@ -1389,7 +1389,6 @@ form[method="post"] + form[method="post"], min-width: 270px; max-width: 600px; min-height: 80px; - max-height: 2400px; margin: 5em auto; padding: 1em; border-radius: 20px !important; |