Merged in fix/SW-2844-gap-mobile-header-menu (pull request #2674)
fix(SW-2844): remove gap between header and side menu on mobile * fix(SW-2844): remove gap between header and side menu on mobile Approved-by: Erik Tiekstra
This commit is contained in:
@@ -66,9 +66,7 @@
|
||||
|
||||
.modal {
|
||||
position: fixed;
|
||||
top: calc(
|
||||
var(--main-menu-mobile-height) + var(--sitewide-alert-height) + 1px
|
||||
);
|
||||
top: calc(var(--main-menu-mobile-height) + var(--sitewide-alert-height));
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
||||
@@ -10,9 +10,7 @@
|
||||
|
||||
.modal {
|
||||
position: fixed;
|
||||
top: calc(
|
||||
var(--main-menu-mobile-height) + var(--sitewide-alert-height) + 1px
|
||||
);
|
||||
top: calc(var(--main-menu-mobile-height) + var(--sitewide-alert-height));
|
||||
right: auto;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
|
||||
@@ -53,9 +53,7 @@
|
||||
|
||||
.header .dropdown {
|
||||
right: -100vw;
|
||||
top: calc(
|
||||
var(--main-menu-mobile-height) + var(--sitewide-alert-height) + 1px
|
||||
);
|
||||
top: calc(var(--main-menu-mobile-height) + var(--sitewide-alert-height));
|
||||
bottom: 0;
|
||||
transition: right 0.3s;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user