From the list: To Be Discussed (and Billed Separately) ✔ Mobile Menu (Scroll/Slide) Kyle S. added this on Dec 03, 2018 Completed Jan 15, 2019 by Kyle S. Assigned to Kyle S. Comments & Events Kyle Sullivan, Web Development /* Mega Menu Breakpoint */ @media (max-width: 1150px) { header.site-header .main-navigation .mega-menu-wrap#mega-menu-wrap-menu-1 .mega-menu-open + #mega-menu-menu-1 { overflow-y: scroll; max-height: 95vh; -webkit-overflow-scrolling:touch; /* mobile safari */ } } Jan 15, 2019 at 3:40 PM No one was notified Kyle Sullivan completed this to-do. Jan 15, 2019 at 3:40 PM Kyle Sullivan, Web Development There appears to be a scroll bar on the mobile navbar on Firefox. Please reopen this task if this needs to be fixed. Feb 08, 2019 at 3:48 PM No one was notified
Kyle Sullivan, Web Development /* Mega Menu Breakpoint */ @media (max-width: 1150px) { header.site-header .main-navigation .mega-menu-wrap#mega-menu-wrap-menu-1 .mega-menu-open + #mega-menu-menu-1 { overflow-y: scroll; max-height: 95vh; -webkit-overflow-scrolling:touch; /* mobile safari */ } } Jan 15, 2019 at 3:40 PM No one was notified
Kyle Sullivan, Web Development There appears to be a scroll bar on the mobile navbar on Firefox. Please reopen this task if this needs to be fixed. Feb 08, 2019 at 3:48 PM No one was notified
/* Mega Menu Breakpoint */ @media (max-width: 1150px) { header.site-header .main-navigation .mega-menu-wrap#mega-menu-wrap-menu-1 .mega-menu-open + #mega-menu-menu-1 { overflow-y: scroll; max-height: 95vh; -webkit-overflow-scrolling:touch; /* mobile safari */ } }