@ctlyst.id/internal-ui 2.1.7 → 2.1.9

Sign up to get free protection for your applications and to get access to all the features.
@@ -4810,18 +4810,6 @@ const getTheme = foundations => {
4810
4810
  },
4811
4811
  styles: {
4812
4812
  global: {
4813
- '&::-webkit-scrollbar': {
4814
- width: '10px',
4815
- height: '10px'
4816
- },
4817
- '&::-webkit-scrollbar-track': {
4818
- background: 'white'
4819
- },
4820
- '&::-webkit-scrollbar-thumb': {
4821
- background: 'neutral.400',
4822
- borderRadius: '24px',
4823
- border: '2px solid white'
4824
- },
4825
4813
  body: {
4826
4814
  fontSize: 'text.sm',
4827
4815
  color: 'black.high'