-
As subject; does anyone know if there is anyway to access the |
Beta Was this translation helpful? Give feedback.
Answered by
hamlim
Mar 9, 2022
Replies: 1 comment 1 reply
-
Can you share a snippet that isn't working? Or a codesandbox? I'm seeing the styles get generated correctly using something like this: export let scrollbarHover = style({
selectors: {
"&::-webkit-scrollbar-thumb:hover": {
backgroundColor: "red"
}
}
}); |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
bram2000
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you share a snippet that isn't working? Or a codesandbox?
I'm seeing the styles get generated correctly using something like this: