|
@@ -146,4 +146,20 @@ body {
|
|
display: inline-block;
|
|
display: inline-block;
|
|
fill: currentColor;
|
|
fill: currentColor;
|
|
overflow: visible;
|
|
overflow: visible;
|
|
|
|
+}
|
|
|
|
+
|
|
|
|
+::-webkit-scrollbar {
|
|
|
|
+ width: 8px;
|
|
|
|
+ height: 8px;
|
|
|
|
+}
|
|
|
|
+::-webkit-scrollbar-thumb {
|
|
|
|
+ background-color:rgba(0, 0, 0, 0.2);
|
|
|
|
+ border-radius: 4px
|
|
|
|
+}
|
|
|
|
+::-webkit-scrollbar-thumb:hover{
|
|
|
|
+ background-color:rgba(0, 0, 0, 0.3);
|
|
|
|
+
|
|
|
|
+}
|
|
|
|
+::-webkit-scrollbar-track-piece {
|
|
|
|
+ border-radius:4px;
|
|
}
|
|
}
|