Skip to content
New issue

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

窄屏下置顶图标消失 #100

Open
cxy-magong opened this issue Sep 13, 2023 · 2 comments
Open

窄屏下置顶图标消失 #100

cxy-magong opened this issue Sep 13, 2023 · 2 comments
Assignees

Comments

@cxy-magong
Copy link

减小浏览器宽度(或使用手机访问),当目录缩回右上角时,置顶图标消失,但是元素还在,还可以点击。如何解决?

@zchengsite zchengsite self-assigned this Sep 14, 2023
@zchengsite
Copy link
Owner

目前通过设置元素透明度实现

opacity: 0;

替换为以下方案,即可解决问题

display: none;

感谢反馈🍻,已记录待办,最近会优化

@cxy-magong
Copy link
Author

感谢,问题已解决:

.back-to-top {
    opacity: 1;
    z-index: -1;
  }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants