mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
8 lines
No EOL
82 B
CSS
Executable file
8 lines
No EOL
82 B
CSS
Executable file
* {
|
|
scrollbar-width: none;
|
|
}
|
|
|
|
*::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|