summaryrefslogtreecommitdiffhomepage
path: root/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2018-05-31 15:38:03 +0200
committerJo-Philipp Wich <jo@mein.io>2018-05-31 15:38:42 +0200
commit79d793dffe7b67220fd38fc447bd72403c032b93 (patch)
tree78dabb1c78a0cd0459d0ce02efd39e2193f58f53 /themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css
parent5427395649f8145053922ebc0df9882fc145e88e (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/bootstrap/cascade.css')
-rw-r--r--themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css4
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);
+}