mirror of
https://github.com/moodle/moodle.git
synced 2025-01-18 05:58:34 +01:00
Merge branch 'MDL-81184-main' of https://github.com/roland04/moodle
This commit is contained in:
commit
7f138acd43
@ -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.
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user