Source code
Revision control
Copy as Markdown
Other Tools
<!DOCTYPE html>
<head>
<style>
html {
scrollbar-width: none;
}
body {
margin: 0;
height: 4000px;
}
#sticky {
position: sticky;
top: 0;
color: red;
}
</style>
</head>
<nav id="sticky">STICKY ELEMENT</nav>