6 lines
78 B
CSS
6 lines
78 B
CSS
html,body {
|
|
scrollbar-width: none;
|
|
}
|
|
::-webkit-scrollbar {
|
|
width: 0;
|
|
} |