Bootstrap滑块文本覆盖禁用导航链接

时间:2019-06-02 22:05:28

标签: css twitter-bootstrap slider

我使用了带有文本覆盖的引导程序滑块,当我向下滚动页面时,它会禁用导航栏。当文字与固定的导航栏齐平时,链接将被禁用

不知道这是否是引导程序错误,因为我过去使用过其他看起来不错的滑块。唯一认为这是一个包含多个部分的一页网站,因此需要修复导航栏

val (_, _, _d_done, _refill_cnt) = edge_out.count(tl_out.d)

// Note the wires here, the references above might be read-only references
val d_done = WireInit(_d_done)
val refill_cnt = WireInit(_refill_cnt)

when (refill_addr >= 80000000.U) {
  d_done := something
  refill_cnt := something_else
}

0 个答案:

没有答案