mirror of
https://github.com/moodle/moodle.git
synced 2025-03-14 04:30:15 +01:00
Merge branch 'MDL-73611-master' of https://github.com/bmbrands/moodle
This commit is contained in:
commit
83fda16687
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user