gpt4 book ai didi

jquery - jsTree上下文菜单不显示CSS中Relative的位置

转载 作者:行者123 更新时间:2023-11-28 01:23:22 24 4
gpt4 key购买 nike

知道为什么有属性 position: relative;在我父 div 的 CSS 中阻止显示 jsTree 的上下文菜单。我终于发现了为什么我在 jsTree 3.2 中的上下文菜单没有显示,这是因为这个属性。下面是完整的 CSS。

#content {
background: #FFF;
width: auto;
min-height: 800px;
z-index: 18;
padding-bottom: 25px;
margin-left: 240px;
margin-right: 20px;
position: relative;
left: auto;
top: auto;
}

最佳答案

原来问题出在 z-index 上。需要更高。使用 .vakata-context { z-index:更高的东西; }

关于jquery - jsTree上下文菜单不显示CSS中Relative的位置,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/33047646/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com