idoros / zeejs

Layering in HTML
MIT License
7 stars 0 forks source link

light positioning #42

Open idoros opened 3 years ago

idoros commented 3 years ago

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.