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
1 changed files with 1 additions and 0 deletions

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