We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23e5b5a commit 6ba1adcCopy full SHA for 6ba1adc
src/mixins/webkitVisibleScrollbar.js
@@ -2,6 +2,9 @@ import { css } from "styled-components"
2
import { getSizeBy, getRgbColor } from "@/theme/utils"
3
4
export default css`
5
+ scrollbar-width: ${getSizeBy(1)};
6
+ scrollbar-color: ${getRgbColor("border", 0.3)} ${getRgbColor("border", 0.1)};
7
+
8
&::-webkit-scrollbar {
9
width: ${getSizeBy(1)};
10
}
0 commit comments