mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-73611 theme_boost: restore scroll on drawers div
This commit is contained in:
parent
0e188470b1
commit
8c8ba7b55e
3 changed files with 3 additions and 0 deletions
|
@ -188,6 +188,7 @@
|
|||
|
||||
#page.drawers {
|
||||
position: relative;
|
||||
overflow-y: auto;
|
||||
@include transition(0.2s);
|
||||
height: calc(100vh - #{$navbar-height});
|
||||
margin-top: $navbar-height;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue