override overflow:hidden with z-index

前端 未结 6 1417
误落风尘
误落风尘 2021-01-11 13:41

Am using coda_bubble jquery plugin, and i need to make my bubble pop out within an overflow hidden div. here is my sample code.



<         


        
6条回答
  •  南方客
    南方客 (楼主)
    2021-01-11 14:17

    Just a correction: z-index applies to position: relative, position:absolute AND position:fixed. To answer the original question - there's no way in CSS to make a child of an overflow: hidden element show it's contents outside the parent borders, you must change the hierarchy.

提交回复
热议问题