开发者

Coda Popup Bubbles problem on parent div overflow is scroll?

开发者 https://www.devze.com 2023-03-26 15:14 出处:网络
I have a list of online users containing only names. I am using Coda Popup Bubbles to show more details on mouse over of an online user\'s name. It shows a popup containing the user\'s details.

I have a list of online users containing only names. I am using Coda Popup Bubbles to show more details on mouse over of an online user's name. It shows a popup containing the user's details.

I have added overflow:auto and a fixed height to the list div, so that it will开发者_如何学JAVA scroll in the case of a large number of online users. This user list is loaded dynamically using an ajax request.

Now the problem is, for first 2-3 users (or for users at top of list) the popup is not displaying correctly. It only displays partially - the list's top border is like a boundary for the popup and the popup above the border is not displaying. I noticed that if I remove overflow:auto then it works perfectly.

No issue regarding z-index.


I didn't get any good solution on this, so finally I changed popup plugin.

I used this.

0

精彩评论

暂无评论...
验证码 换一张
取 消