From 7f26e86a9f840eb1b9ef11831fa8f6c9eeade079 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 18 Nov 2021 11:27:36 +0100 Subject: [PATCH] luci-theme-bootstrap: hide scrollbars in modal overlay Only enable scrollbars if content overflows. Fixes: #5505 Signed-off-by: Jo-Philipp Wich --- .../htdocs/luci-static/bootstrap/cascade.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 86d4c678ea..46539918b9 100644 --- a/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css +++ b/themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css @@ -1332,7 +1332,7 @@ footer ul.breadcrumb { bottom: 0; background: rgba(0, 0, 0, 0.7); z-index: 900; - overflow: scroll; + overflow: auto; transition: opacity .125s ease-in; opacity: 0; visibility: hidden; -- 2.30.2