sunlupeng 1 år sedan
förälder
incheckning
066c35660e
1 ändrade filer med 3 tillägg och 3 borttagningar
  1. 3 3
      public/drawCarousel.html

+ 3 - 3
public/drawCarousel.html

@@ -8,12 +8,12 @@
   <link rel="stylesheet" href="https://unpkg.com/element-plus/dist/index.css" />
   <style>
 ::-webkit-scrollbar {
-  width: 10px;
-  height: 10px;
+  width: 6px;
+  height: 6px;
 }
 
 ::-webkit-scrollbar-track {
-  width: 6px;
+  width: 3px;
   background: rgba(#101F1C, 0.1);
   -webkit-border-radius: 2em;
   -moz-border-radius: 2em;