Skip to content

Instantly share code, notes, and snippets.

@anastransvelo
Last active May 27, 2020 15:15
Show Gist options
  • Save anastransvelo/4ea109250d7c37bfe4ef0bb3b3dc768a to your computer and use it in GitHub Desktop.
Save anastransvelo/4ea109250d7c37bfe4ef0bb3b3dc768a 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;
right: 0;
left: 0;
}
#scrollUp {
bottom: 4rem;
}
.sticky-wrapper .stick-this.stuck,
.handheld-stick-this.stuck {
top: auto;
animation: none;
transform: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment