@homebound/beam 2.413.0 → 2.413.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -8704,7 +8704,7 @@ function RowImpl(props) {
|
|
|
8704
8704
|
const cellElementWithHandle = import_react33.default.cloneElement(cellElement, {
|
|
8705
8705
|
css: {
|
|
8706
8706
|
...cellElement.props.css || {},
|
|
8707
|
-
|
|
8707
|
+
...!maybeSticky && Css.relative.$
|
|
8708
8708
|
},
|
|
8709
8709
|
children: /* @__PURE__ */ (0, import_jsx_runtime34.jsxs)(import_jsx_runtime34.Fragment, { children: [
|
|
8710
8710
|
cellElement.props.children,
|