5 ms·
Once we can use popover and anchor positioning, tooltips and drop downs can also be in the top layer. I can’t wait
by plonq 2y ago
Once we can use popover and anchor positioning, tooltips and drop downs can also be in the top layer. I can’t wait
- 8n4vidtmkvmk 2y agoThis was never an issue for me in React. The top layer seems unnecessary. Just put your portal or fancy code such that it puts all those popovers at the end. If you order your DOM correctly, you almost never have to touch the z-index.
- plonq 2y agoThe point is it will be possible without a framework
- 8n4vidtmkvmk 2y ago`document.body.appendChild(newElement);` is pretty easy too.