scrollbar fix (#2670)

This commit is contained in:
lohit 2024-07-19 18:43:51 +05:30 committed by GitHub
parent 2804ce1eb3
commit 47724b1b1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -168,7 +168,6 @@ const GlobalStyle = createGlobalStyle`
// (macos scrollbar styling is the ideal style reference)
@media not all and (pointer: coarse) {
* {
scrollbar-width: thin;
scrollbar-color: ${(props) => props.theme.scrollbar.color};
}