@pingux/astro 2.75.0 → 2.75.1-alpha.0

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.
@@ -101,7 +101,7 @@ var DatePicker = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
101
101
  ref: popoverRef,
102
102
  isOpen: state.isOpen,
103
103
  onClose: state.setOpen,
104
- overflow: "scroll"
104
+ overflow: "auto"
105
105
  }, (0, _utils.mergeProps)(dialogProps, positionProps)), (0, _react2.jsx)(_focus.FocusScope, {
106
106
  autoFocus: true,
107
107
  contain: true,
@@ -92,7 +92,7 @@ var DatePicker = /*#__PURE__*/forwardRef(function (props, ref) {
92
92
  ref: popoverRef,
93
93
  isOpen: state.isOpen,
94
94
  onClose: state.setOpen,
95
- overflow: "scroll"
95
+ overflow: "auto"
96
96
  }, mergeProps(dialogProps, positionProps)), ___EmotionJSX(FocusScope, {
97
97
  autoFocus: true,
98
98
  contain: true,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pingux/astro",
3
- "version": "2.75.0",
3
+ "version": "2.75.1-alpha.0",
4
4
  "description": "React component library for Ping Identity's design system",
5
5
  "repository": {
6
6
  "type": "git",