@@ -60,4 +60,15 @@ ul,li {
top: 0;
left: 0;
}
+
+::-webkit-scrollbar {
+ width: 4px;
+ height: 4px;
+ background-color: transparent;
+ border-radius: 3px;
+}
+::-webkit-scrollbar-thumb {
+ background-color: #057dd9;
</style>