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:
parent
27ca2e246f
commit
7f26e86a9f
1 changed files with 1 additions and 1 deletions
|
@ -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…
Reference in a new issue