diff options
| author | Henry Jameson <me@hjkos.com> | 2022-04-07 16:10:35 +0300 |
|---|---|---|
| committer | Henry Jameson <me@hjkos.com> | 2022-04-07 16:10:46 +0300 |
| commit | 4007ddbf325901f5ab27ba85a06c5c311ec6ea0a (patch) | |
| tree | 5138fea3f74ff82b558be438e80c5d3455ba86c1 /src | |
| parent | 6b67c095bfe837bcc2ab99944f028480e0823d0a (diff) | |
oops
Diffstat (limited to 'src')
| -rw-r--r-- | src/App.scss | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.scss b/src/App.scss index 1e8f7cdd..87ef1f06 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)); |
