diff --git a/src/views/ProfileView.vue b/src/views/ProfileView.vue index bade559..1c25ea3 100644 --- a/src/views/ProfileView.vue +++ b/src/views/ProfileView.vue @@ -52,8 +52,7 @@
-
- - -
+
Главное
@@ -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 {