fix: Решена проблема с просвечиванием аватара

This commit is contained in:
genzof
2026-03-07 20:36:37 +03:00
parent 5ac938b9ef
commit 11f2349f7d

View File

@@ -382,7 +382,7 @@ h3 {
width: 100%; width: 100%;
height: 100%; height: 100%;
opacity: 0; opacity: 0;
z-index: 2; z-index: 0;
cursor: pointer; cursor: pointer;
} }
@@ -394,7 +394,7 @@ h3 {
overflow: hidden; overflow: hidden;
background-color: #e0e0e0; background-color: #e0e0e0;
transition: all 0.3s ease; transition: all 0.3s ease;
z-index: 1; z-index: 0;
} }
.avatar-image { .avatar-image {