Главное
@@ -778,8 +776,9 @@ onMounted(async () => {
display: flex;
align-items: center;
justify-content: center;
- opacity: 0;
+ opacity: 1;
transition: opacity 0.3s ease;
+ z-index: 5;
}
.avatar-container:hover .avatar-overlay {
@@ -1002,6 +1001,8 @@ onMounted(async () => {
background: rgba(0, 0, 0, 0.7);
padding: 0.5rem;
border-radius: 10px;
+ z-index: 10;
+ pointer-events: auto;
}
.photo-item:hover .photo-actions {