Merged in fix/sw-3607-mobile-menu-position-incorrect (pull request #3158)
fix(SW-3607): Add missing CSS variables for mobile menu positioning * Add missing CSS variables for mobile menu positioning Approved-by: Joakim Jäderberg
This commit is contained in:
@@ -15,6 +15,8 @@
|
||||
);
|
||||
|
||||
--sitewide-alert-height: 0px; /* Will be overridden when a sitewide alert is visible */
|
||||
--sitewide-alert-sticky-height: 0px; /* Will be overridden when a sticky sitewide alert is visible */
|
||||
--alert-and-banner-height: calc(var(--sitewide-alert-height));
|
||||
--main-menu-mobile-height: 103px;
|
||||
--main-menu-desktop-height: 125px;
|
||||
--booking-widget-mobile-height: 75px;
|
||||
|
||||
Reference in New Issue
Block a user