style(projects): per style [完善样式]
This commit is contained in:
@ -1,4 +1,7 @@
|
||||
@mixin scrollbar($size: 8px, $color: #d9d9d9) {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: $color transparent;
|
||||
|
||||
&::-webkit-scrollbar-thumb {
|
||||
background-color: $color;
|
||||
border-radius: $size;
|
||||
|
||||
Reference in New Issue
Block a user