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

bug: 在文章页里,主题底栏会挡住评论表情框,手机端和电脑端都有这个问题 #131

Open
zyy2477 opened this issue Apr 27, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@zyy2477
Copy link

zyy2477 commented Apr 27, 2024

是什么 Halo 版本出现了此问题?

2.14.0

使用的 Dream 版本是多少?

1.3.1

在线博客地址

No response

BUG 内容

在文章页里,主题底栏会挡住评论表情框,手机端和电脑端都有这个问题

image

image

相关 Console 日志输出

No response

附加信息

No response

@zyy2477 zyy2477 added the bug Something isn't working label Apr 27, 2024
@nineya
Copy link
Owner

nineya commented Apr 28, 2024

这个问题通过添加内嵌css代码可解决:

.footer {
      z-index: -1;
}

但是,该问题在主题层面上暂时不会考虑修复。

个人认为,该问题的源头在于评论区,表情框作为悬浮窗口,却没有指定 z-index 参数以设置悬浮层次,从而导致了被后面的网页内容覆盖。

@xiaopalu
Copy link

上面的方法不很完美,在手机的情况下,还是会出现问题,可以使用以下的CSS
form__emoji-panel{z-index:99999}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants