如果它在具有平滑 div 滚动的 div 中,我似乎无法在 bootstrap popover 上获得 z-index 工作。我尝试设置极高的值,查看所有 css 以查看是否有任何 z-indexes 高于 popover 的值,但没有成功。
Javascript:
$(".project").smoothDivScroll({
mousewheelScrolling: "allDirections",
hotSpotScrolling: false,
touchScrolling: true
});
$(".block").popover({
html: true,
animation: true,
placement: 'right'
});
现场示例:这里