Hacker News new | ask | show | jobs
by atfzl 1761 days ago
Having `display: none` is not required for the tooltip container.

The container is an empty div which is not visible, and even after adding children which are not directly visible `inside` this div keeps this container div invisible.

You can check out some examples in https://github.com/mui-org/material-ui/issues/27879

1 comments

Thanks for the update! :) Awesome article btw!