Skip to content

Instantly share code, notes, and snippets.

@Goddard
Created May 27, 2020 20:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Goddard/48f4b42b5c837bdc5019b221f8b89a24 to your computer and use it in GitHub Desktop.
Save Goddard/48f4b42b5c837bdc5019b221f8b89a24 to your computer and use it in GitHub Desktop.
body {
background-color: black;
}
#masthead {
top: 0;
z-index: 2;
}
.sticky-header {
margin-top: 100px;
position: sticky !important;
display: block !important;
z-index: 1;
}
.section {
background-color: white;
}
.footer {
background-color: lightgray;
}
@Goddard
Copy link
Author

Goddard commented May 27, 2020

Test with stylus on Librem 5 product page.
https://puri.sm/products/librem-5/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment