Skip to content

Instantly share code, notes, and snippets.

@Goddard
Created May 27, 2020 20:37
Embed
What would you like to do?
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