Skip to content

Instantly share code, notes, and snippets.

@mu29
Last active July 13, 2021 05:50
Show Gist options
  • Save mu29/2f05e06f83ca5120a3e59843afc5f8bc to your computer and use it in GitHub Desktop.
Save mu29/2f05e06f83ca5120a3e59843afc5f8bc to your computer and use it in GitHub Desktop.
const Container = styled(VStack)`
scrollbar-width: none;
-ms-overflow-style: none;
&::-webkit-scrollbar {
display: none;
}
`;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment