fix(cover-avatar): 修复卡片操作按钮误触 + 列表滚动
This commit is contained in:
@@ -980,11 +980,13 @@
|
||||
transform: translateY(-8px);
|
||||
transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1);
|
||||
z-index: 10;
|
||||
pointer-events: none;
|
||||
}
|
||||
|
||||
.avatar-card:hover .avatar-card-actions {
|
||||
opacity: 1;
|
||||
transform: translateY(0);
|
||||
pointer-events: auto;
|
||||
}
|
||||
|
||||
.avatar-card-action-btn {
|
||||
@@ -1098,6 +1100,7 @@
|
||||
flex: 1;
|
||||
align-content: start;
|
||||
align-items: start;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
/* Content Page Compact variant */
|
||||
|
||||
Reference in New Issue
Block a user