mirror of
https://github.com/ilyakooo0/urbit.git
synced 2025-01-07 07:30:23 +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-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 */
|
/* Works on Chrome/Edge/Safari */
|
||||||
|
Loading…
Reference in New Issue
Block a user