@charcoal-ui/react 3.1.1 → 3.1.2-beta.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.
package/dist/index.esm.js CHANGED
@@ -1404,7 +1404,7 @@ var ModalContext = React7.createContext({
1404
1404
  });
1405
1405
  var ModalBackground = animated(styled11.div`
1406
1406
  z-index: ${({ zIndex }) => zIndex};
1407
- overflow: auto;
1407
+ overflow: scroll;
1408
1408
  display: flex;
1409
1409
  position: fixed;
1410
1410
  top: 0;
@@ -1784,7 +1784,6 @@ function DropdownSelector(props) {
1784
1784
  setIsOpen(true);
1785
1785
  },
1786
1786
  ref: triggerRef,
1787
- type: "button",
1788
1787
  children: [
1789
1788
  /* @__PURE__ */ jsx19(DropdownButtonText, { children: props.placeholder !== void 0 && preview === void 0 ? props.placeholder : preview }),
1790
1789
  /* @__PURE__ */ jsx19(DropdownButtonIcon, { name: "16/Menu" })