mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-15 16:51:37 +00:00
change scrollbar style
This commit is contained in:
@ -40,13 +40,13 @@ font-family: 'Poppins', sans-serif;
|
||||
|
||||
/* 滚动槽 */
|
||||
::-webkit-scrollbar {
|
||||
width: 7px;
|
||||
height: 7px;
|
||||
width: 8px;
|
||||
height: 8px;
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track {
|
||||
border-radius: 3px;
|
||||
box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08);
|
||||
/* box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.08); */
|
||||
}
|
||||
|
||||
::-webkit-scrollbar-track-piece {
|
||||
|
Reference in New Issue
Block a user