mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-02 17:08:32 +00:00
scrollbar fix (#2670)
This commit is contained in:
@@ -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};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user