Skip to content

Instantly share code, notes, and snippets.

@jmabbas
Created February 6, 2026 08:49
Show Gist options
  • Select an option

  • Save jmabbas/e57193d3d3f07e3d0d67bfc8cca622bf to your computer and use it in GitHub Desktop.

Select an option

Save jmabbas/e57193d3d3f07e3d0d67bfc8cca622bf to your computer and use it in GitHub Desktop.
Electro - Disable sticky header on mobile view
@media (max-width: 767px) {
.sticky-wrapper .stick-this.stuck {
position: initial;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment