volksbright/document-standard-vue

文档内容页面的小标题覆盖之前部分的底部内容,使得链接无法点击

Closed this issue · 1 comments

文档的小标题z-index值大,覆盖了其上方的内容,使得每次点击其上方的内容时,都会点击到小标题上。
我的解决方法是打开页面后在该标题的class里面加入z-index:1; 请解决这个问题。

好的