@ctlyst.id/internal-ui 4.2.1 → 4.2.2
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.js +4 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
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"
|