fix: Fix z-indexes

This commit is contained in:
Maksim Eltyshev
2022-11-02 21:54:30 +01:00
parent b3323308c1
commit 00fccbaa3d
4 changed files with 4 additions and 5 deletions

View File

@@ -10,7 +10,7 @@
position: absolute;
text-align: center;
width: 100%;
z-index: 2000;
z-index: 2001;
}
.wrapper {

View File

@@ -29,7 +29,6 @@
padding: 6px 32px 6px 128px;
margin: 0;
min-height: 80px;
z-index: 0;
}
.extension {
@@ -95,7 +94,6 @@
text-decoration: none;
top: 50%;
width: 112px;
z-index: 1;
}
.thumbnailLabel {