IntroJs - 我的导航栏上的元素覆盖问题

时间:2021-02-01 09:42:46

标签: javascript indexing navbar overlay intro.js

我正在使用这个库:https://github.com/usablica/intro.js

当 Intro.js 在我的页面元素上执行一个步骤时,我的导航栏会出现索引问题,而我通常没有。

.navbar {
  overflow: visible;
  height: 70px;
  z-index: 9999;
}

没有 intro.js

enter image description here

在导航栏上叠加我的页面内容没问题。

使用 intro.js

enter image description here

元素与我的导航栏重叠

预期行为 目标是当 intro.js 指向一个 DOM 元素时,元素与我的导航栏重叠不存在这种问题。

环境:

Symfony v5.2.2

Intro.js v3.2.1

0 个答案:

没有答案
相关问题