@popmenu/admin-ui 0.82.0 → 0.82.1

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.
package/build/index.js CHANGED
@@ -2277,6 +2277,22 @@ var adminThemeDefaultProps = {
2277
2277
  };
2278
2278
 
2279
2279
  var overrides = {
2280
+ MuiCssBaseline: {
2281
+ '@global': {
2282
+ '*::-webkit-scrollbar': {
2283
+ width: '12px',
2284
+ },
2285
+ '*::-webkit-scrollbar-thumb': {
2286
+ backgroundColor: 'rgba(167,167,167,1)',
2287
+ border: '2px solid rgba(245, 245, 245, 1)',
2288
+ borderRadius: '8px',
2289
+ },
2290
+ '*::-webkit-scrollbar-track': {
2291
+ backgroundColor: 'rgba(245, 245, 245, 1)',
2292
+ borderRadius: '0px',
2293
+ },
2294
+ },
2295
+ },
2280
2296
  MuiSwitch: {
2281
2297
  checked: {},
2282
2298
  track: {},