Merge pull request #6928 from thomasschroeder/luci-theme-bootstrap_show-scrollbar
authorJo-Philipp Wich <jo@mein.io>
Wed, 13 Mar 2024 21:57:02 +0000 (22:57 +0100)
committerGitHub <noreply@github.com>
Wed, 13 Mar 2024 21:57:02 +0000 (22:57 +0100)
luci-theme-bootstrap: Always show scrollbar

themes/luci-theme-bootstrap/htdocs/luci-static/bootstrap/cascade.css

index 37063627bc0e7f1fd8392aba95405f4cfc397a93..91e6c914ccbfb0a06ed8c186ceb1e7e8438cc342 100644 (file)
@@ -288,6 +288,7 @@ body {
        min-height: 100%;
        display: flex;
        flex-direction: column;
+       overflow-y: scroll;
 }
 
 .container {