From cccae0184c4bdd2d468514e030d6ff6717683bd4 Mon Sep 17 00:00:00 2001 From: Paul Holden Date: Thu, 1 May 2025 16:52:19 +0100 Subject: [PATCH] MDL-85338 message: make messaging drawer responsive to sticky footer. Co-authored-by: David Woloszyn --- public/theme/boost/scss/moodle/sticky-footer.scss | 2 +- public/theme/boost/style/moodle.css | 2 +- public/theme/classic/style/moodle.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/public/theme/boost/scss/moodle/sticky-footer.scss b/public/theme/boost/scss/moodle/sticky-footer.scss index a980c4b09db..4b4b1dea25d 100644 --- a/public/theme/boost/scss/moodle/sticky-footer.scss +++ b/public/theme/boost/scss/moodle/sticky-footer.scss @@ -14,7 +14,7 @@ body { height: $stickyfooter-height; bottom: calc(#{$stickyfooter-height} * -1); transition: bottom .5s; - z-index: $zindex-fixed; + z-index: $zindex-sticky; box-shadow: 0 0 1rem rgba($black, .15); font-size: calc(#{$font-size-base} * 1.10); // Adjust sticky footer width to the main content area. diff --git a/public/theme/boost/style/moodle.css b/public/theme/boost/style/moodle.css index 4bed585c574..b5f742a2442 100644 --- a/public/theme/boost/style/moodle.css +++ b/public/theme/boost/style/moodle.css @@ -38456,7 +38456,7 @@ body { height: max(80px, 0.9375rem * 3); bottom: calc(max(80px, 0.9375rem * 3) * -1); transition: bottom 0.5s; - z-index: 1030; + z-index: 1020; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); font-size: calc(0.9375rem * 1.10); } diff --git a/public/theme/classic/style/moodle.css b/public/theme/classic/style/moodle.css index 933aa304a10..b7789a0aceb 100644 --- a/public/theme/classic/style/moodle.css +++ b/public/theme/classic/style/moodle.css @@ -38390,7 +38390,7 @@ body { height: max(80px, 0.9375rem * 3); bottom: calc(max(80px, 0.9375rem * 3) * -1); transition: bottom 0.5s; - z-index: 1030; + z-index: 1020; box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15); font-size: calc(0.9375rem * 1.10); }