diff --git a/theme/boost/scss/moodle/sticky-footer.scss b/theme/boost/scss/moodle/sticky-footer.scss index a980c4b09db..4b4b1dea25d 100644 --- a/theme/boost/scss/moodle/sticky-footer.scss +++ b/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/theme/boost/style/moodle.css b/theme/boost/style/moodle.css index 686e169a1ae..cde4af21dd3 100644 --- a/theme/boost/style/moodle.css +++ b/theme/boost/style/moodle.css @@ -38367,7 +38367,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/theme/classic/style/moodle.css b/theme/classic/style/moodle.css index 2b18d3945b7..7f5a7b5587e 100644 --- a/theme/classic/style/moodle.css +++ b/theme/classic/style/moodle.css @@ -38301,7 +38301,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); }