Merge branch 'MDL-81294-main' of https://github.com/roland04/moodle

This commit is contained in:
Sara Arjona
2024-03-21 13:21:42 +01:00
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ body {
position: fixed;
right: 0;
left: 0;
min-height: $stickyfooter-height;
height: $stickyfooter-height;
bottom: calc(#{$stickyfooter-height} * -1);
transition: bottom .5s;
z-index: $zindex-fixed;
+1 -1
View File
@@ -36219,7 +36219,7 @@ body {
position: fixed;
right: 0;
left: 0;
min-height: max(80px, 0.9375rem * 3);
height: max(80px, 0.9375rem * 3);
bottom: calc(max(80px, 0.9375rem * 3) * -1);
transition: bottom 0.5s;
z-index: 1030;
+1 -1
View File
@@ -36153,7 +36153,7 @@ body {
position: fixed;
right: 0;
left: 0;
min-height: max(80px, 0.9375rem * 3);
height: max(80px, 0.9375rem * 3);
bottom: calc(max(80px, 0.9375rem * 3) * -1);
transition: bottom 0.5s;
z-index: 1030;