@deix/rossini-core 2.1.4 → 2.1.6

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.
@@ -236,7 +236,7 @@ const Sidebar = ({ links, open, isMobile, logo, onClose, }) => {
236
236
  sm: open ? '50%' : `${parseInt(muiTheme.spacing(10), 10)}px`,
237
237
  md: open ? '300px' : `${parseInt(muiTheme.spacing(10), 10)}px`,
238
238
  },
239
- overflow: 'hidden',
239
+ overflowX: 'hidden',
240
240
  background: muiTheme.palette.sidebar.main,
241
241
  transition: 'width 1s',
242
242
  },