@trops/dash-core 0.1.19 → 0.1.21

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
@@ -13960,18 +13960,20 @@ var LayoutGridContainer = /*#__PURE__*/React.memo(function (_ref3) {
13960
13960
  onCancel: function onCancel() {
13961
13961
  return setSelectedCellsForMerge([]);
13962
13962
  }
13963
- }), renderColumnGutter(), scrollable ? /*#__PURE__*/jsxRuntime.jsxs("div", {
13964
- className: "flex flex-row flex-1 min-h-0 overflow-y-auto items-start",
13965
- children: [renderRowGutter(), /*#__PURE__*/jsxRuntime.jsx("div", {
13966
- id: "grid-container-".concat(id),
13967
- className: "grid flex-1 min-h-24 p-4 gap-5",
13968
- style: {
13969
- gridTemplateRows: getRowTemplate(item.grid),
13970
- gridTemplateColumns: "repeat(".concat(item.grid.cols, ", 1fr)"),
13971
- overflow: "hidden"
13972
- },
13973
- children: renderGridCells()
13974
- })]
13963
+ }), renderColumnGutter(), scrollable ? /*#__PURE__*/jsxRuntime.jsx("div", {
13964
+ className: "relative flex-1 min-h-0",
13965
+ children: /*#__PURE__*/jsxRuntime.jsxs("div", {
13966
+ className: "absolute inset-0 flex flex-row overflow-y-auto items-start",
13967
+ children: [renderRowGutter(), /*#__PURE__*/jsxRuntime.jsx("div", {
13968
+ id: "grid-container-".concat(id),
13969
+ className: "grid flex-1 min-h-24 p-4 gap-5",
13970
+ style: {
13971
+ gridTemplateRows: getRowTemplate(item.grid),
13972
+ gridTemplateColumns: "repeat(".concat(item.grid.cols, ", 1fr)")
13973
+ },
13974
+ children: renderGridCells()
13975
+ })]
13976
+ })
13975
13977
  }) : /*#__PURE__*/jsxRuntime.jsx("div", {
13976
13978
  className: "relative flex-1 min-h-0",
13977
13979
  children: /*#__PURE__*/jsxRuntime.jsxs("div", {