mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
add missing color to scrollbar-color property (#7481)
This commit is contained in:
@@ -187,11 +187,10 @@ const GlobalStyle = createGlobalStyle`
|
||||
|
||||
|
||||
// scrollbar styling
|
||||
// the below media query target non-macos devices
|
||||
// (macos scrollbar styling is the ideal style reference)
|
||||
// the below media query targets non-touch devices
|
||||
@media not all and (pointer: coarse) {
|
||||
* {
|
||||
scrollbar-color: ${(props) => props.theme.scrollbar.color};
|
||||
scrollbar-color: ${(props) => props.theme.scrollbar.color} transparent;
|
||||
}
|
||||
|
||||
*::-webkit-scrollbar {
|
||||
|
||||
Reference in New Issue
Block a user