webscrollingistheworst
Version:
Web Scrolling is the Worst. This package tries to lessen the pain.
20 lines (18 loc) • 346 B
CSS
html {
overflow-y: scroll;
}
body {
background: rgb(128, 83, 0);
height: 2500px;
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: center;
}
#direction {
position: fixed;
right: 100px;
top: 10px;
background: rgb(68, 128, 0);
font-size: 20px;
}