moodle/theme
Ferran Recio 2e1506f42c MDL-79570 theme_boost: fix drawers z-index
Drawers are floating elements that should cover the page content but not
the top navbar or the sticky footer. This patch gives the drawer a
consistent z-index of $zindex-fixed -1 as oposed to the $zindex-fixed
used in the rest of floating elements.

However, in mobile the drawers acts a standard web drawer, covering the
full page content, event the other floating elements. This is why in
mobile the z-index should be higher than $zindex-fixed.
2023-10-05 18:03:33 +02:00
..
boost MDL-79570 theme_boost: fix drawers z-index 2023-10-05 18:03:33 +02:00
classic MDL-79570 theme_boost: fix drawers z-index 2023-10-05 18:03:33 +02:00
font.php MDL-72646 theme: update font download MIME types, RFC-8081 2022-02-16 19:10:05 +13:00
image.php MDL-74235 core: Revert theme changes 2022-04-07 13:27:27 +06:00
index.php MDL-77793 core_theme: Device selections removed from theme selector 2023-06-19 16:32:14 +10:00
javascript.php
jquery.php
styles.php MDL-76367 core: Apply RTL transformations to editors too 2022-11-18 15:13:12 +08:00
styles_debug.php
switchdevice.php
upgrade.txt MDL-77708 docs: Update references from docs.moodle.org/dev 2023-09-26 10:30:19 +02:00
yui_combo.php MDL-77171 core: Remove legacy tooltip/popuphelp YUI mods 2023-02-07 23:52:01 +08:00
yui_image.php