@dxos/react-ui-editor 0.5.1-main.d3f3a55 → 0.5.1-main.d8ffef0

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.
@@ -4545,7 +4545,7 @@ var ToolbarRoot = ({ children, onAction, classNames, state: state2 }) => {
4545
4545
  elevation: "chrome"
4546
4546
  }, /* @__PURE__ */ React2.createElement(NaturalToolbar.Root, {
4547
4547
  classNames: [
4548
- "is-full shrink-0 overflow-x-auto p-1",
4548
+ "is-full shrink-0 overflow-x-auto overflow-y-hidden p-1",
4549
4549
  classNames
4550
4550
  ]
4551
4551
  }, children))));