@ctlyst.id/internal-ui 2.1.7 → 2.1.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -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'