@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.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"
|