Is it possible to make the mobile menu sticky at the top f the page?

Comments

jrabeemer’s picture

Category: feature » support
#nav {
  position: fixed;
  top: 0px;
}
jrabeemer’s picture

Issue summary: View changes
Status: Active » Postponed (maintainer needs more info)