Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'MDL-64894-master' of git://github.com/damyon/moodle
  • Loading branch information
David Monllaó committed Apr 15, 2019
2 parents 815c070 + 04258a5 commit 72a70e3
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
2 changes: 2 additions & 0 deletions theme/boost/scss/moodle/drawer.scss
Expand Up @@ -11,6 +11,8 @@ $drawer-offscreen-gutter: 20px !default;
display: block;
height: ($fixed-header-y + 10px); /* fixed header height*/
margin-top: -($fixed-header-y + 10px); /* negative fixed header height */
width: 1px;
pointer-events: none;
}

.pagelayout-embedded :target {
Expand Down
4 changes: 3 additions & 1 deletion theme/boost/style/moodle.css
Expand Up @@ -12551,7 +12551,9 @@ span.editinstructions {
height: 60px;
/* fixed header height*/
margin-top: -60px;
/* negative fixed header height */ }
/* negative fixed header height */
width: 1px;
pointer-events: none; }

.pagelayout-embedded :target {
padding-top: initial;
Expand Down
4 changes: 3 additions & 1 deletion theme/classic/style/moodle.css
Expand Up @@ -12797,7 +12797,9 @@ span.editinstructions {
height: 60px;
/* fixed header height*/
margin-top: -60px;
/* negative fixed header height */ }
/* negative fixed header height */
width: 1px;
pointer-events: none; }

.pagelayout-embedded :target {
padding-top: initial;
Expand Down

0 comments on commit 72a70e3

Please sign in to comment.