xh321 / LiteLoaderQQNT-Background-Plugin

LiteLoaderQQNT 插件 - QQNT自动轮换背景图
MIT License
79 stars 4 forks source link

[BUG] 表情界面窗口层级错误 #16

Closed frg2089 closed 1 year ago

frg2089 commented 1 year ago

我在用这个插件的时候出现了与 #1 相同的问题

插件版本: 0.1.9

xh321 commented 1 year ago

是否还安装了其他插件,能否关闭其他插件再试试,然后逐一打开,看看是和哪个插件不兼容?(注意关闭或开启插件需要重启qq) 我这里最新版QQ没有遇到问题。

frg2089 commented 1 year ago

在禁用了除了背景图片以外的所有插件之后还是有这个问题 image image

frg2089 commented 1 year ago

https://github.com/xh321/LiteLoaderQQNT-Background-Plugin/blob/b8123b490664f9fd11836d994fe6e219c5b818cb/renderer.js#L925-L927 https://github.com/xh321/LiteLoaderQQNT-Background-Plugin/blob/b8123b490664f9fd11836d994fe6e219c5b818cb/renderer.js#L1216-L1218

我把它们改成这样后修复了问题

.chat-msg-area__vlist, #ml-root{
  z-index:unset!important;
}

ml-root有一个z-index: 1;的样式

xh321 commented 1 year ago

https://github.com/xh321/LiteLoaderQQNT-Background-Plugin/blob/b8123b490664f9fd11836d994fe6e219c5b818cb/renderer.js#L925-L927

https://github.com/xh321/LiteLoaderQQNT-Background-Plugin/blob/b8123b490664f9fd11836d994fe6e219c5b818cb/renderer.js#L1216-L1218

我把它们改成这样后修复了问题

.chat-msg-area__vlist, #ml-root{
  z-index:unset!important;
}

ml-root有一个z-index: 1;的样式

好的,我会修改的

xh321 commented 1 year ago

新版本已推送