diff --git a/src/layouts/Base/index.less b/src/layouts/Base/index.less index 80268e3d..947b8f96 100644 --- a/src/layouts/Base/index.less +++ b/src/layouts/Base/index.less @@ -77,13 +77,13 @@ } &::-webkit-scrollbar-track { - border-radius: 10px; - box-shadow: inset 0 0 6px rgba(0, 0, 0, 30%); + background-color: #f5f5f5; + border-radius: 0; } &::-webkit-scrollbar-thumb { - border-radius: 10px; - box-shadow: inset 0 0 6px rgba(0, 0, 0, 50%); + background-color: lightgray; + border-radius: 0; } :global {