We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
在public.css中加入 class="z-scroll" 内容如下 .z-scroll{ height:300px; overflow:auto; }
然后对 index_index.html文件中加入 的ul (class=second-nav)的地方增加 z-scroll 解决
The text was updated successfully, but these errors were encountered:
<ul class="second-nav z-scroll" id="second-nav" style="display: block;">
Sorry, something went wrong.
No branches or pull requests
在public.css中加入
class="z-scroll"
内容如下
.z-scroll{
height:300px;
overflow:auto;
}
然后对 index_index.html文件中加入
的ul (class=second-nav)的地方增加 z-scroll 解决
The text was updated successfully, but these errors were encountered: