Merge pull request #3855 from tylershuster/transparent-scrollbar

landscape: fixes white background on scrollbars
This commit is contained in:
matildepark 2020-11-02 15:13:46 -05:00 committed by GitHub
commit be25af04dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 */