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:
@@ -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