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

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;