From ba8f84021fc36a2b2abd6e490fe8c50cb3d27833 Mon Sep 17 00:00:00 2001 From: Trisha Milan Date: Tue, 19 Feb 2019 14:30:53 +1100 Subject: [PATCH] MDL-64894 Theme: Fix unable to expand collapsible topics --- theme/boost/scss/moodle/drawer.scss | 2 ++ theme/boost/style/moodle.css | 4 +++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/theme/boost/scss/moodle/drawer.scss b/theme/boost/scss/moodle/drawer.scss index 5226db123b9..90030e216ad 100644 --- a/theme/boost/scss/moodle/drawer.scss +++ b/theme/boost/scss/moodle/drawer.scss @@ -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 { diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index ccd64d67883..83fe2e756a2 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -12494,7 +12494,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;