mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-08-09 03:44:39 -05:00
8 lines
No EOL
82 B
CSS
8 lines
No EOL
82 B
CSS
* {
|
|
scrollbar-width: none;
|
|
}
|
|
|
|
*::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
|