diff --git a/src/App.vue b/src/App.vue index 953d184c6..26b8db56d 100644 --- a/src/App.vue +++ b/src/App.vue @@ -46,6 +46,11 @@ body { border-radius: 2em; } +*::-webkit-scrollbar { + width: 8px; + height: 8px; +} + *::-webkit-scrollbar-thumb { background-color: #ddd; background-clip: padding-box;