Skip to content

Instantly share code, notes, and snippets.

@anastransvelo
Created May 26, 2020 14:27
Show Gist options
  • Save anastransvelo/3f09281b35a125ef6a1b37049cd5deb5 to your computer and use it in GitHub Desktop.
Save anastransvelo/3f09281b35a125ef6a1b37049cd5deb5 to your computer and use it in GitHub Desktop.
Electro make header as sticky in footer at mobile view
@media (max-width: 1199px) {
.site-header {
position: fixed;
bottom: 0;
z-index: 2;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment