Merge branch 'MDL-73611-master' of https://github.com/bmbrands/moodle

This commit is contained in:
Sara Arjona 2022-01-19 09:08:16 +01:00
commit 83fda16687
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

@ -20389,6 +20389,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

@ -20335,6 +20335,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;