From 79d793dffe7b67220fd38fc447bd72403c032b93 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 31 May 2018 15:38:03 +0200 Subject: themes: adjust CSS for reworked apply widget Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'themes/luci-theme-bootstrap') 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); +} -- cgit v1.2.3