diff --git a/lib/css/exports/_stacks-constants-helpers.less b/lib/css/exports/_stacks-constants-helpers.less index d58364ee1c..476527e9a2 100644 --- a/lib/css/exports/_stacks-constants-helpers.less +++ b/lib/css/exports/_stacks-constants-helpers.less @@ -101,18 +101,18 @@ // ---------------------------------------------------------------------------- @scrollbar-styles: { &::-webkit-scrollbar { - width: @su8; - height: @su8; + width: @su12 - @su2; + height: @su12 - @su2; background-color: transparent; } &::-webkit-scrollbar-track { - border-radius: @su8; + border-radius: @su12 - @su2; background-color: transparent; } &::-webkit-scrollbar-thumb { - border-radius: @su8; + border-radius: @su12 - @su2; background-color: var(--scrollbar); } @@ -122,5 +122,4 @@ } scrollbar-color: var(--scrollbar) transparent; - scrollbar-width: thin; } \ No newline at end of file