mirror of
https://gitlab.com/upRootNutrition/website.git
synced 2025-06-16 12:25:12 -05:00
8 lines
82 B
CSS
8 lines
82 B
CSS
![]() |
* {
|
||
|
scrollbar-width: none;
|
||
|
}
|
||
|
|
||
|
*::-webkit-scrollbar {
|
||
|
display: none;
|
||
|
}
|
||
|
|