mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
修复评论插件2.0.0及以上版本打开表情面板时的遮挡问题
This commit is contained in:
parent
735d40a807
commit
8022ff3962
@ -21,6 +21,12 @@
|
|||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//todo 强制给评论插件增加z-index
|
||||||
|
#comment-wrapper {
|
||||||
|
z-index: 9999;
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
.gray-mode {
|
.gray-mode {
|
||||||
filter: grayscale(1) !important;
|
filter: grayscale(1) !important;
|
||||||
}
|
}
|
||||||
@ -4863,6 +4869,9 @@ button.swiper-pagination-bullet {
|
|||||||
&-comment {
|
&-comment {
|
||||||
padding: 12px 0 2px 0;
|
padding: 12px 0 2px 0;
|
||||||
display: none;
|
display: none;
|
||||||
|
//todo 强制给评论插件增加z-index
|
||||||
|
position: relative;
|
||||||
|
z-index: 9999;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user