mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +01:00
scrollbar fix (#2670)
This commit is contained in:
parent
2804ce1eb3
commit
47724b1b1e
@ -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};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user