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>
This commit is contained in:
Jo-Philipp Wich 2021-11-18 11:27:36 +01:00
parent 27ca2e246f
commit 7f26e86a9f

View file

@ -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;