diff --git a/app/styles/globals.scss b/app/styles/globals.scss index 20792cda526..3c59f2d44f7 100644 --- a/app/styles/globals.scss +++ b/app/styles/globals.scss @@ -118,7 +118,7 @@ body { } ::-webkit-scrollbar { - --bar-width: 5px; + --bar-width: 10px; width: var(--bar-width); height: var(--bar-width); }