@@ -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;