Prevent pointer events on non-dragged grid children to reduce hit test load
This commit is contained in:
parent
d77e4381cc
commit
5b8846208b
|
@ -177,6 +177,7 @@
|
|||
/* Highlight sibling borders when resizing childern */
|
||||
:global(.grid.highlight > .component:not(.dragging)) {
|
||||
outline: 2px solid var(--spectrum-global-color-static-blue-200);
|
||||
pointer-events: none !important;
|
||||
}
|
||||
|
||||
/* Ensure all top level children have grid styles applied */
|
||||
|
|
Loading…
Reference in New Issue