@pingux/astro 2.8.1-alpha.2 → 2.8.1-alpha.4
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.
@@ -110,7 +110,8 @@ var DatePicker = /*#__PURE__*/(0, _react.forwardRef)(function (props, ref) {
|
|
110
110
|
isNonModal: true,
|
111
111
|
ref: popoverRef,
|
112
112
|
isOpen: state.isOpen,
|
113
|
-
onClose: state.setOpen
|
113
|
+
onClose: state.setOpen,
|
114
|
+
overflow: "scroll"
|
114
115
|
}, (0, _utils.mergeProps)(dialogProps, positionProps)), (0, _react2.jsx)(_focus.FocusScope, {
|
115
116
|
autoFocus: true,
|
116
117
|
contain: true,
|
@@ -99,7 +99,8 @@ var DatePicker = /*#__PURE__*/forwardRef(function (props, ref) {
|
|
99
99
|
isNonModal: true,
|
100
100
|
ref: popoverRef,
|
101
101
|
isOpen: state.isOpen,
|
102
|
-
onClose: state.setOpen
|
102
|
+
onClose: state.setOpen,
|
103
|
+
overflow: "scroll"
|
103
104
|
}, mergeProps(dialogProps, positionProps)), ___EmotionJSX(FocusScope, {
|
104
105
|
autoFocus: true,
|
105
106
|
contain: true,
|