@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.
@@ -4804,18 +4804,6 @@ const getTheme = foundations => {
4804
4804
  },
4805
4805
  styles: {
4806
4806
  global: {
4807
- '&::-webkit-scrollbar': {
4808
- width: '10px',
4809
- height: '10px'
4810
- },
4811
- '&::-webkit-scrollbar-track': {
4812
- background: 'white'
4813
- },
4814
- '&::-webkit-scrollbar-thumb': {
4815
- background: 'neutral.400',
4816
- borderRadius: '24px',
4817
- border: '2px solid white'
4818
- },
4819
4807
  body: {
4820
4808
  fontSize: 'text.sm',
4821
4809
  color: 'black.high'