Sticky header when scrolling
How to customize your header to make it sticky
Last updated
How to customize your header to make it sticky
Last updated
.scroll-down.stuck .header__wrapper {
transform: none !important;
}.scroll-down.stuck .m-header__wrapper {
transform: none !important;
}