I want mobile-meny selector to follow the Headroom. Headroom is working fine and is currently sliding out on offset 300. However, the mobile-menu selector dont slide out. It stays sticky always. I added this code found elsewhere on this forum to get the mobile-menu selector to stick to navigation in the first place.
.g-offcanvas-toggle {
@include breakpoint(mobile-only) {
position: fixed;
z-index: 2001;
}
}
Site URL attached.
How do I do this?