优化:顶部菜单追加z-index属性避免被评论区遮挡

This commit is contained in:
j m 2024-03-21 11:57:47 +08:00
parent 175e67a151
commit 7287b1df59

View File

@ -100,6 +100,7 @@ html {
.navbar-above {
transform: translateY(0);
z-index: 100;
}
.card, .load-block {