You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current implementation of overlay positioning must use some sort of combination of event/observer in order to keep overlays in view/anchored/sized. Even when buffered this might cause unwanted layout thrashing.
Research the possibility of lighter variants of components that can be achieved. Things like a tooltip that doesn't keep open during scroll and is always in view.
The text was updated successfully, but these errors were encountered:
The current implementation of overlay positioning must use some sort of combination of event/observer in order to keep overlays in view/anchored/sized. Even when buffered this might cause unwanted layout thrashing.
Research the possibility of lighter variants of components that can be achieved. Things like a tooltip that doesn't keep open during scroll and is always in view.
The text was updated successfully, but these errors were encountered: