mirror of
https://github.com/PaiGramTeam/PaiGramDocs.git
synced 2024-11-27 02:26:26 +00:00
25 lines
427 B
SCSS
25 lines
427 B
SCSS
::-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;
|
|
} |