|
@@ -1325,4 +1325,22 @@ $mainHight: 100vh;
|
|
|
margin-bottom: 8px;
|
|
|
}
|
|
|
}
|
|
|
-}
|
|
|
+}::-webkit-scrollbar-track-piece{
|
|
|
+ background-color: #f8f8f8;
|
|
|
+ }
|
|
|
+
|
|
|
+::-webkit-scrollbar{
|
|
|
+ width: 9px;
|
|
|
+ height: 9px;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-thumb{
|
|
|
+ background-color: #dddddd;
|
|
|
+ background-clip:padding-box;
|
|
|
+ min-height: 28px;
|
|
|
+ border-radius: 4px;
|
|
|
+}
|
|
|
+
|
|
|
+::-webkit-scrollbar-thumb:hover{
|
|
|
+ background-color: #bbb;
|
|
|
+}
|