1
0
mirror of https://github.com/moodle/moodle.git synced 2025-03-14 12:40:01 +01:00

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
theme
boost
scss/moodle
style
classic/style

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

@ -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;

@ -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;