mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-14 08:34:25 +03:00
Merge pull request #3855 from tylershuster/transparent-scrollbar
landscape: fixes white background on scrollbars
This commit is contained in:
commit
be25af04dc
@ -43,7 +43,7 @@ const Root = styled.div`
|
||||
|
||||
* {
|
||||
scrollbar-width: thin;
|
||||
scrollbar-color: ${ p => p.theme.colors.gray } ${ p => p.theme.colors.white };
|
||||
scrollbar-color: ${ p => p.theme.colors.gray } transparent;
|
||||
}
|
||||
|
||||
/* Works on Chrome/Edge/Safari */
|
||||
|
Loading…
Reference in New Issue
Block a user