@bwp-web/components 1.4.0 → 1.4.2

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/dist/index.js CHANGED
@@ -457,7 +457,6 @@ function BiampSidebar({
457
457
  width,
458
458
  minWidth: width,
459
459
  height: "100%",
460
- overflowX: "hidden",
461
460
  transition: ({ transitions }) => transitions.create(["width", "min-width"], {
462
461
  easing: transitions.easing.sharp,
463
462
  duration: expanded ? transitions.duration.enteringScreen : transitions.duration.leavingScreen