Skip to content

Instantly share code, notes, and snippets.

@jbd91
Created February 2, 2018 03:55
Show Gist options
  • Select an option

  • Save jbd91/e997d46380f58856af763a147cf030c3 to your computer and use it in GitHub Desktop.

Select an option

Save jbd91/e997d46380f58856af763a147cf030c3 to your computer and use it in GitHub Desktop.
Sticky Navigation Admin Bar Fix
.admin-bar {
#sticky-nav--container {
&.sticky {
top: 32px;
@media screen and (max-width: 600px) {
top: 0;
}
}
}
.off-canvas {
top: 48px;
@media screen and (max-width: 600px) {
top: 0;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment