remove scrollbar css

33

::-webkit-scrollbar {
    display: none;
}
html {
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
}

html::-webkit-scrollbar {
    width: 0px; /* For Chrome, Safari, and Opera */
}
overflow-x: hidden;

Comments

Submit
0 Comments