fix: Решена проблема с просвечиванием аватара
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user