diff options
author | Jo-Philipp Wich <jo@mein.io> | 2021-11-18 11:27:36 +0100 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2021-11-18 11:27:36 +0100 |
commit | 7f26e86a9f840eb1b9ef11831fa8f6c9eeade079 (patch) | |
tree | 73ce3e0bc1025c33a110e33914d810ebbebf2cd4 /themes | |
parent | 27ca2e246ff894bdda790bf48c7a85d9ab7d135e (diff) |
luci-theme-bootstrap: hide scrollbars in modal overlay
Only enable scrollbars if content overflows.
Fixes: #5505
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'themes')
-rw-r--r-- | themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css | 2 |
1 files changed, 1 insertions, 1 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 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; |