fix: 修复站点卡片的悬浮效果被category遮住的问题
This commit is contained in:
@@ -990,7 +990,7 @@ body .content.expanded {
|
|||||||
|
|
||||||
/* 展开/折叠动画 */
|
/* 展开/折叠动画 */
|
||||||
.category-content, .group-content {
|
.category-content, .group-content {
|
||||||
overflow: hidden;
|
overflow: visible;
|
||||||
transition: max-height 0.3s ease, opacity 0.3s ease;
|
transition: max-height 0.3s ease, opacity 0.3s ease;
|
||||||
max-height: 9999px;
|
max-height: 9999px;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
@@ -998,6 +998,7 @@ body .content.expanded {
|
|||||||
|
|
||||||
.category.collapsed .category-content,
|
.category.collapsed .category-content,
|
||||||
.group.collapsed .group-content {
|
.group.collapsed .group-content {
|
||||||
|
overflow: hidden;
|
||||||
max-height: 0;
|
max-height: 0;
|
||||||
opacity: 0;
|
opacity: 0;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user