@ctlyst.id/internal-ui 4.2.1 → 4.2.2

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.js CHANGED
@@ -1312,7 +1312,8 @@ var getCommonPinningStyles = (column) => {
1312
1312
  right: "0px",
1313
1313
  bottom: "-1px",
1314
1314
  top: 0,
1315
- transform: "translateX(100%)"
1315
+ transform: "translateX(100%)",
1316
+ pointerEvents: "none"
1316
1317
  },
1317
1318
  "[data-pin-left=true] &:after": {
1318
1319
  boxShadow: "inset 14px 0px 20px -10px #00000010"
@@ -1329,7 +1330,8 @@ var getCommonPinningStyles = (column) => {
1329
1330
  left: "0%",
1330
1331
  top: 0,
1331
1332
  bottom: "-1px",
1332
- transform: "translateX(-100%)"
1333
+ transform: "translateX(-100%)",
1334
+ pointerEvents: "none"
1333
1335
  },
1334
1336
  "[data-pin-right=true] &:after": {
1335
1337
  boxShadow: "inset -14px 0px 20px -10px #00000010"