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 */
*::-webkit-scrollbar {
width: 6px;
height: 6px;
}
*::-webkit-scrollbar-track {
background: transparent;