diff --git a/src/App.scss b/src/App.scss index 1e8f7cdd92..87ef1f06c2 100644 --- a/src/App.scss +++ b/src/App.scss @@ -36,6 +36,7 @@ body { &::-webkit-scrollbar-thumb { background-color: var(--btn); box-shadow: var(--buttonShadow); + border-radius: var(--btnRadius); } &::-webkit-scrollbar-button { @@ -43,7 +44,6 @@ body { color: var(--btnText); background-repeat: no-repeat, no-repeat; - border-radius: var(--btnRadius); &:horizontal { background-size: 50% calc(50% - var(--___bgPadding)), 50% calc(50% - var(--___bgPadding));