mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-05-13 08:45:01 +00:00
z-index fix in Language.vue
This commit is contained in:
@@ -408,6 +408,7 @@
|
|||||||
position: sticky;
|
position: sticky;
|
||||||
top: 120px;
|
top: 120px;
|
||||||
display: flex;
|
display: flex;
|
||||||
|
z-index: 7;
|
||||||
|
|
||||||
.menu-list-item {
|
.menu-list-item {
|
||||||
margin-top: 0;
|
margin-top: 0;
|
||||||
@@ -441,7 +442,7 @@
|
|||||||
|
|
||||||
.search-bar-wrapper {
|
.search-bar-wrapper {
|
||||||
top: 15px;
|
top: 15px;
|
||||||
z-index: 13;
|
z-index: 7;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user