gpt4 book ai didi

javascript - 工具提示出现在 intro.js 移动 View 中的元素上方

转载 作者:行者123 更新时间:2023-11-30 11:27:27 26 4
gpt4 key购买 nike

我正在使用 intro.js 初步浏览我网站上的页面。该游览在桌面上看起来不错,但在移动设备上,工具提示出现在它所描述的元素的正上方。用户无法在移动 View 中看到该元素,因为工具提示出现在该元素的正上方。见下图:

enter image description here

我尝试自定义工具提示的位置,但输出保持不变。我用来自定义位置的脚本给出:

var tour = introJs();
tour.setOption('positionPrecedence', ['top', 'bottom', 'left', 'right']);

此外,我看不到工具提示上方的数据步骤数。桌面版不存在此类问题。

有人可以解释一下问题是什么吗?提前致谢!

最佳答案

以下 CSS 共同帮助我解决了该问题:

@media (max-width: 500px) { 
.introjs-helperNumberLayer{
left: 0px!important;
top: -10px!important;
}
.introjs-tooltip{
margin-top: 40px!important;
}
}

关于javascript - 工具提示出现在 intro.js 移动 View 中的元素上方,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47472439/

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