I have a modal window which consists this div:
div
3条回答 醉酒成梦 (楼主) 2021-02-07 20:02 Just do one thing. Check the z-index of your modal popup & set the tooltip z-index +1 of your modal popup z-index. so it would be like .tooltip{ z-index:( z-index of modal popup + 1 ); } 0 讨论(0) 查看其它3个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
Just do one thing. Check the z-index of your modal popup & set the tooltip z-index +1 of your modal popup z-index.
so it would be like
.tooltip{ z-index:( z-index of modal popup + 1 ); }