landscape: prevent thick horizontal scroll

This commit is contained in:
Matilde Park 2020-10-22 14:02:57 -04:00
parent d1e9bd2984
commit 760b6214df

View File

@ -49,6 +49,7 @@ const Root = styled.div`
/* Works on Chrome/Edge/Safari */ /* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar { *::-webkit-scrollbar {
width: 6px; width: 6px;
height: 6px;
} }
*::-webkit-scrollbar-track { *::-webkit-scrollbar-track {
background: transparent; background: transparent;