The following code allows you to apply a CSS style if the navigation is not in mobile mode. How to apply a CSS style on mobile navigation ?
@media (min-width: 75rem) {
  body:not(.is-always-mobile-nav) .site-header {
    position: relative;
  }
}Closed: outdated
9.5
Last updated 
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.