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

This commit is contained in:
Huong Nguyen 2024-03-12 09:28:27 +07:00
commit 7f138acd43
4 changed files with 17 additions and 3 deletions

View File

@ -12,6 +12,10 @@ body.behat-site {
.stickyfooter {
position: inherit;
z-index: inherit;
.sticky-footer-content-wrapper {
padding: 0;
margin: 0;
}
}
// We need more spacing in action menus so behat does not click on the wrong menu item.

View File

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

View File

@ -36023,6 +36023,11 @@ body.behat-site .stickyfooter {
position: inherit;
z-index: inherit;
}
body.behat-site.hasstickyfooter .stickyfooter .sticky-footer-content-wrapper,
body.behat-site .stickyfooter .sticky-footer-content-wrapper {
padding: 0;
margin: 0;
}
body.behat-site .dropdown-item {
margin-top: 4px !important; /* stylelint-disable declaration-no-important */
}
@ -36112,7 +36117,7 @@ body {
position: fixed;
right: 0;
left: 0;
height: max(80px, 0.9375rem * 3);
min-height: max(80px, 0.9375rem * 3);
bottom: calc(max(80px, 0.9375rem * 3) * -1);
transition: bottom 0.5s;
z-index: 1030;

View File

@ -35957,6 +35957,11 @@ body.behat-site .stickyfooter {
position: inherit;
z-index: inherit;
}
body.behat-site.hasstickyfooter .stickyfooter .sticky-footer-content-wrapper,
body.behat-site .stickyfooter .sticky-footer-content-wrapper {
padding: 0;
margin: 0;
}
body.behat-site .dropdown-item {
margin-top: 4px !important; /* stylelint-disable declaration-no-important */
}
@ -36046,7 +36051,7 @@ body {
position: fixed;
right: 0;
left: 0;
height: max(80px, 0.9375rem * 3);
min-height: max(80px, 0.9375rem * 3);
bottom: calc(max(80px, 0.9375rem * 3) * -1);
transition: bottom 0.5s;
z-index: 1030;