1
0
Fork 0
mirror of synced 2024-09-20 03:08:18 +12:00

Prevent pointer events on non-dragged grid children to reduce hit test load

This commit is contained in:
Andrew Kingston 2024-08-12 09:55:45 +01:00
parent d77e4381cc
commit 5b8846208b
No known key found for this signature in database

View file

@ -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 */