fix: Fix z-indexes

This commit is contained in:
Maksim Eltyshev
2022-11-02 21:54:30 +01:00
parent 84d8266dce
commit a31e7f5a9d
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 {