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> (cherry picked from commit 7f26e86a9f840eb1b9ef11831fa8f6c9eeade079)
This commit is contained in:
parent
c1745bdb85
commit
f1e5639df1
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user