mirror of
https://github.com/Rushilwiz/mooreyoga.git
synced 2025-04-09 22:30:16 -04:00
19 lines
309 B
Sass
19 lines
309 B
Sass
*
|
|
scrollbar-width: auto
|
|
scrollbar-color: #ff887a #e6e6e6
|
|
|
|
|
|
/* Chrome, Edge, and Safari */
|
|
*::-webkit-scrollbar
|
|
width: 16px
|
|
|
|
|
|
*::-webkit-scrollbar-track
|
|
background: #e6e6e6
|
|
|
|
|
|
*::-webkit-scrollbar-thumb
|
|
background-color: #ff887a
|
|
border-radius: 10px
|
|
border: 3px solid #e6e6e6
|