make scrollbars use button roundness

This commit is contained in:
Henry Jameson 2022-04-07 16:07:47 +03:00
parent b8b7ae8564
commit 6b67c095bf
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ 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));