mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-11-13 08:38:43 +03:00
landscape: prevent thick horizontal scroll
This commit is contained in:
parent
d1e9bd2984
commit
760b6214df
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user