diff options
author | Jo-Philipp Wich <jo@mein.io> | 2018-05-31 15:38:03 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2018-05-31 15:38:42 +0200 |
commit | 79d793dffe7b67220fd38fc447bd72403c032b93 (patch) | |
tree | 78dabb1c78a0cd0459d0ce02efd39e2193f58f53 /themes/luci-theme-bootstrap/htdocs/luci-static | |
parent | 5427395649f8145053922ebc0df9882fc145e88e (diff) |
themes: adjust CSS for reworked apply widget
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes/luci-theme-bootstrap/htdocs/luci-static')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css index c8ce19aff..5aff09148 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1801,3 +1801,7 @@ div.cbi-value var, line-height: 6px; border: none; } + +html body.apply-overlay-active { + height: calc(100vh - 63px); +} |