@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.js
CHANGED
|
@@ -8336,7 +8336,7 @@ function RowImpl(props) {
|
|
|
8336
8336
|
const cellElementWithHandle = React6.cloneElement(cellElement, {
|
|
8337
8337
|
css: {
|
|
8338
8338
|
...cellElement.props.css || {},
|
|
8339
|
-
|
|
8339
|
+
...!maybeSticky && Css.relative.$
|
|
8340
8340
|
},
|
|
8341
8341
|
children: /* @__PURE__ */ jsxs20(Fragment10, { children: [
|
|
8342
8342
|
cellElement.props.children,
|