From aea8c89c0c96f1a58b916e8ba7d46cf1b5f7b20a Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Mon, 5 Nov 2018 18:10:26 +0100 Subject: luci-theme-{freifunk-generic,material,openwrt}: z-index fixes Ensure that open dropdowns cover active tooltips. Signed-off-by: Jo-Philipp Wich --- themes/luci-theme-material/htdocs/luci-static/material/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'themes/luci-theme-material/htdocs/luci-static/material') diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 3b53570a5f..48812c1c8a 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1065,7 +1065,7 @@ td > table > tbody > tr > td, border: 1px solid #918e8c; box-shadow: 0 0 4px #918e8c; position: absolute; - z-index: 1000; + z-index: 1100; max-width: none; min-width: 100%; width: auto; -- cgit v1.2.3