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
有一些如homepage之类的页面需要隐藏floating-toc,当我输入下面的代码时,希望通过在特定笔记的cssclasses声明hide-floating-toc来隐藏区块。但并不成功。
.hide-floating-toc .floating-toc { display: none !important; }
但另一方面,当我直接输入下面的代码时,全局的floating-toc区块都会隐藏。
.floating-toc { display: none !important; }
请问有什么方法能满足我的需求呢?
The text was updated successfully, but these errors were encountered:
请问你解决了吗
Sorry, something went wrong.
请问你解决了吗 完全没有😥
No branches or pull requests
有一些如homepage之类的页面需要隐藏floating-toc,当我输入下面的代码时,希望通过在特定笔记的cssclasses声明hide-floating-toc来隐藏区块。但并不成功。
.hide-floating-toc .floating-toc { display: none !important; }
但另一方面,当我直接输入下面的代码时,全局的floating-toc区块都会隐藏。
.floating-toc { display: none !important; }
请问有什么方法能满足我的需求呢?
The text was updated successfully, but these errors were encountered: