@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.mjs CHANGED
@@ -965,7 +965,8 @@ var getCommonPinningStyles = (column) => {
965
965
  right: "0px",
966
966
  bottom: "-1px",
967
967
  top: 0,
968
- transform: "translateX(100%)"
968
+ transform: "translateX(100%)",
969
+ pointerEvents: "none"
969
970
  },
970
971
  "[data-pin-left=true] &:after": {
971
972
  boxShadow: "inset 14px 0px 20px -10px #00000010"
@@ -982,7 +983,8 @@ var getCommonPinningStyles = (column) => {
982
983
  left: "0%",
983
984
  top: 0,
984
985
  bottom: "-1px",
985
- transform: "translateX(-100%)"
986
+ transform: "translateX(-100%)",
987
+ pointerEvents: "none"
986
988
  },
987
989
  "[data-pin-right=true] &:after": {
988
990
  boxShadow: "inset -14px 0px 20px -10px #00000010"