kazzkiq / balloon.css

Simple tooltips made of pure CSS
https://kazzkiq.github.io/balloon.css/
MIT License
5.03k stars 448 forks source link

tooltips can not show fully if container's height is not enough #93

Closed chuduyunhuan closed 6 years ago

chuduyunhuan commented 6 years ago

Hi,

Code may be like this:

How can i do with it such as set the z-index?

Thanks a lot.

chuduyunhuan commented 6 years ago

Sorry, the code didn't show up. You may take a look at this demo. http://jsbin.com/guzunegumo/1/edit?html,css,output Thanks.

kazzkiq commented 6 years ago

The problem here is not the height, but the overflow: hidden. When the parent element has hidden or scroll on its overflow property, its impossible to show any children out of its boundaries.

Check the discussion in #92 for more details.