@homebound/beam 3.58.0 → 3.58.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 +2 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -2
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -6403,7 +6403,7 @@ function getTableRefWidthStyles(isVirtual, inDocumentScrollLayout = false) {
|
|
|
6403
6403
|
if (inDocumentScrollLayout) {
|
|
6404
6404
|
return {
|
|
6405
6405
|
width: ["w_var", {
|
|
6406
|
-
"--width": maybeCssVar9(__maybeInc4(documentScrollChromeWidth()))
|
|
6406
|
+
"--width": maybeCssVar9(__maybeInc4(`min(100%, ${documentScrollChromeWidth()})`))
|
|
6407
6407
|
}]
|
|
6408
6408
|
};
|
|
6409
6409
|
}
|
|
@@ -21201,7 +21201,7 @@ function GridTableLayoutComponent(props) {
|
|
|
21201
21201
|
"--left": maybeCssVar44(__maybeInc16(documentScrollChromeLeft()))
|
|
21202
21202
|
}],
|
|
21203
21203
|
width: ["w_var", {
|
|
21204
|
-
"--width": maybeCssVar44(__maybeInc16(documentScrollChromeWidth()))
|
|
21204
|
+
"--width": maybeCssVar44(__maybeInc16(`min(100%, ${documentScrollChromeWidth()})`))
|
|
21205
21205
|
}],
|
|
21206
21206
|
zIndex: ["z_var", {
|
|
21207
21207
|
"--zIndex": maybeCssVar44(zIndices.tableActions)
|