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 bd99801fef..58b09541d5 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;