@spaceandtimelabs/makeinfinite-ui 0.53.1 → 0.53.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.
|
@@ -19190,6 +19190,7 @@ const hC = /* @__PURE__ */ Xn(Jg), KH = Jg.WidthProvider(hC), XH = Fo.div`
|
|
|
19190
19190
|
-ms-user-select: none;
|
|
19191
19191
|
-o-user-select: none;
|
|
19192
19192
|
user-select: none;
|
|
19193
|
+
pointer-events: none; /* Allow events to pass through to elements below */
|
|
19193
19194
|
}
|
|
19194
19195
|
|
|
19195
19196
|
.react-grid-item:hover > .react-resizable-handle {
|