react-snackbar-ui-customizable
Version:
snackbar component for react without style
15 lines (12 loc) • 369 B
text/typescript
import { createGlobalStyle } from 'styled-components'
export default createGlobalStyle`
/* Hide scrollbar for Chrome, Safari and Opera */
display: none;
}
/* Hide scrollbar for IE, Edge and Firefox */
-ms-overflow-style: none; /* IE and Edge */
scrollbar-width: none; /* Firefox */
}
`