Answers for "stylesheet remove scrollbar"

CSS
6

how to remove scrollbar in css

::-webkit-scrollbar {
    display: none;
}
Posted by: Guest on August-16-2021

Browse Popular Code Answers by Language