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
commit 2291df7225
No known key found for this signature in database
3 changed files with 3 additions and 3 deletions

View file

@ -11,7 +11,7 @@ body {
position: fixed; position: fixed;
right: 0; right: 0;
left: 0; left: 0;
min-height: $stickyfooter-height; height: $stickyfooter-height;
bottom: calc(#{$stickyfooter-height} * -1); bottom: calc(#{$stickyfooter-height} * -1);
transition: bottom .5s; transition: bottom .5s;
z-index: $zindex-fixed; z-index: $zindex-fixed;

View file

@ -36219,7 +36219,7 @@ body {
position: fixed; position: fixed;
right: 0; right: 0;
left: 0; left: 0;
min-height: max(80px, 0.9375rem * 3); height: max(80px, 0.9375rem * 3);
bottom: calc(max(80px, 0.9375rem * 3) * -1); bottom: calc(max(80px, 0.9375rem * 3) * -1);
transition: bottom 0.5s; transition: bottom 0.5s;
z-index: 1030; z-index: 1030;

View file

@ -36153,7 +36153,7 @@ body {
position: fixed; position: fixed;
right: 0; right: 0;
left: 0; left: 0;
min-height: max(80px, 0.9375rem * 3); height: max(80px, 0.9375rem * 3);
bottom: calc(max(80px, 0.9375rem * 3) * -1); bottom: calc(max(80px, 0.9375rem * 3) * -1);
transition: bottom 0.5s; transition: bottom 0.5s;
z-index: 1030; z-index: 1030;