DEV Community

Discussion on: 👉 5 CSS useful properties I TOTALLY ignored. 🤓

Collapse
 
jarednewnum profile image
Jared Newnam

/* Remove Scrollbar Firefox Fix */
html {
overflow: auto;
scrollbar-width: none;
}

Some comments have been hidden by the post's author - find out more