Superfish 下拉菜单被表格边界剪裁
我在 jQuery 网格内使用 Superfish 下拉菜单时遇到问题。看起来下拉列表被表格边界剪切了。
我对此进行了研究,这似乎是一个 z-index 问题,只是我尝试了各种 z-index 组合但无济于事。
这是它的屏幕截图:
如果需要,我可以发布 css 和代码;不过有点复杂。
提前致谢。
瑞克
I am having a problem using Superfish dropdowns inside a jQuery grid. It looks like the dropdown is being clipped by the table bounds.
I’ve researched this and it seems to be a z-index issue except that I have tried various combinations of z-index to no avail.
Here’s a screenshot of what it looks like:
I can post the css and code if need be; it's a bit complicated though.
Thanks in advance.
Rick
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
也许添加溢出:可见;到下拉列表的父元素?
maybe adding overflow:visible; to the parent element of your dropdown?