mirror of
https://ghfast.top/https://github.com/zsjy/halo-theme-dream2.0-plus.git
synced 2025-03-16 00:49:40 +08:00
修复评论插件遮挡问题
This commit is contained in:
parent
8022ff3962
commit
67752b337b
@ -21,8 +21,8 @@
|
|||||||
-webkit-tap-highlight-color: transparent;
|
-webkit-tap-highlight-color: transparent;
|
||||||
}
|
}
|
||||||
|
|
||||||
//todo 强制给评论插件增加z-index
|
//强制给评论插件增加z-index
|
||||||
#comment-wrapper {
|
.comment-wrapper-z-index {
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
@ -4869,9 +4869,6 @@ 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;
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="card card-content" id="comment-wrapper" th:if="${enableComment}">
|
<div class="card card-content comment-wrapper-z-index" id="comment-wrapper" th:if="${enableComment}">
|
||||||
<h3 class="comment-title">评论</h3>
|
<h3 class="comment-title">评论</h3>
|
||||||
<halo:comment
|
<halo:comment
|
||||||
group="content.halo.run"
|
group="content.halo.run"
|
||||||
|
@ -90,7 +90,7 @@
|
|||||||
</div>
|
</div>
|
||||||
</th:block>
|
</th:block>
|
||||||
|
|
||||||
<div class="card card-content" id="comment-wrapper" th:if="${enableComment}">
|
<div class="card card-content comment-wrapper-z-index" id="comment-wrapper" th:if="${enableComment}">
|
||||||
<h3 class="comment-title">评论</h3>
|
<h3 class="comment-title">评论</h3>
|
||||||
<halo:comment
|
<halo:comment
|
||||||
group="content.halo.run"
|
group="content.halo.run"
|
||||||
|
@ -45,7 +45,7 @@
|
|||||||
<span class="name">[[${moment.owner.displayName}]]</span>
|
<span class="name">[[${moment.owner.displayName}]]</span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="journal-comment" th:if="${enableComment}">
|
<div class="journal-comment comment-wrapper-z-index" th:if="${enableComment}">
|
||||||
<halo:comment
|
<halo:comment
|
||||||
group="moment.halo.run"
|
group="moment.halo.run"
|
||||||
kind="Moment"
|
kind="Moment"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user