From b7fbbaf7f4ad7a19fd413933c93389810c2f9787 Mon Sep 17 00:00:00 2001 From: meirzamoodle Date: Fri, 22 Sep 2023 03:15:55 +0700 Subject: [PATCH] MDL-79444 theme: Move the autocomplete list above the TinyMCE editor --- theme/boost/scss/moodle/forms.scss | 2 +- theme/boost/style/moodle.css | 2 +- theme/classic/style/moodle.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/theme/boost/scss/moodle/forms.scss b/theme/boost/scss/moodle/forms.scss index b28e320d7e2..812fa048d30 100644 --- a/theme/boost/scss/moodle/forms.scss +++ b/theme/boost/scss/moodle/forms.scss @@ -286,7 +286,7 @@ fieldset.coursesearchbox label { overflow: auto; margin: $dropdown-spacer 0 0; padding: $dropdown-padding-y 0; - z-index: 2; + z-index: 3; } .form-autocomplete-suggestions li { diff --git a/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index a6937acb0c8..9851ff2dde0 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -33220,7 +33220,7 @@ fieldset.coursesearchbox label { overflow: auto; margin: 0.125rem 0 0; padding: 0.5rem 0; - z-index: 2; + z-index: 3; } .form-autocomplete-suggestions li { diff --git a/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index e9bbe18974d..65226eff7ef 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -33220,7 +33220,7 @@ fieldset.coursesearchbox label { overflow: auto; margin: 0.125rem 0 0; padding: 0.5rem 0; - z-index: 2; + z-index: 3; } .form-autocomplete-suggestions li {