Hola! Clicks outside would trigger alerts
64 |
32 | User list has overflow-y: scroll
and{' '}
33 | overflow-x: hidden
. Tooltips are rendered as last child
34 | of body, with ReactDOM.createPortal api. Other way they will be
35 | hidden in case of overflow
36 |
38 | Foco component handles clicks and focuses outside, taking care 39 | of portals 40 |
41 |18 | Hola! Render prop is provided. Clicks outside would trigger alerts 19 |
20 |34 | Hola! Function as children prop is provided. Clicks outside would 35 | trigger alerts 36 |
37 |50 | Hola! Component prop is provided. Clicks outside would trigger alerts 51 |
52 |