PaiGramDocs/docs/.vitepress/theme/styles/scrollBar.scss

25 lines
427 B
SCSS
Raw Normal View History

2023-10-20 17:15:41 +00:00
::-webkit-scrollbar
{
width: 3px;
height: 3px;
}
::-webkit-scrollbar-track-piece
{
background-color: white;
-webkit-border-radius: 3px;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:vertical
{
background-color: #666;
-webkit-border-radius: 3px;
border-radius: 3px;
}
::-webkit-scrollbar-thumb:horizontal
{
background-color: #666;
-webkit-border-radius: 3px;
border-radius: 3px;
}