mirror of
https://github.com/VueFileManager/vuefilemanager.git
synced 2026-04-20 00:42:16 +00:00
z-index fix in Language.vue
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user