JSFiddle - React, Tailwind, and code Playground
by oilvier
HTML
<div></div>
CSS
html {
min-height: 100%;
}
div {
position: sticky;
top: 0;
height: 20px;
background: tomato;
}
by oilvier
<div></div>
html {
min-height: 100%;
}
div {
position: sticky;
top: 0;
height: 20px;
background: tomato;
}