z-index fix in Language.vue

This commit is contained in:
Peter Papp
2021-04-12 06:54:47 +02:00
parent 469e0883d9
commit da49a7b051

View File

@@ -408,6 +408,7 @@
position: sticky;
top: 120px;
display: flex;
z-index: 7;
.menu-list-item {
margin-top: 0;
@@ -441,7 +442,7 @@
.search-bar-wrapper {
top: 15px;
z-index: 13;
z-index: 7;
}
}