MDL-73611 theme_boost: restore scroll on drawers div

This commit is contained in:
Bas Brands 2022-01-18 11:36:49 +01:00
parent 0e188470b1
commit 8c8ba7b55e
3 changed files with 3 additions and 0 deletions

View file

@ -188,6 +188,7 @@
#page.drawers {
position: relative;
overflow-y: auto;
@include transition(0.2s);
height: calc(100vh - #{$navbar-height});
margin-top: $navbar-height;

View file

@ -20379,6 +20379,7 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
height: calc(100vh - 60px); }
#page.drawers {
position: relative;
overflow-y: auto;
transition: 0.2s;
height: calc(100vh - 60px);
margin-top: 60px;

View file

@ -20325,6 +20325,7 @@ span[data-flexitour="container"][x-placement="right"], span[data-flexitour="cont
height: calc(100vh - 50px); }
#page.drawers {
position: relative;
overflow-y: auto;
transition: 0.2s;
height: calc(100vh - 50px);
margin-top: 50px;