fix: z-index for dropdown less than page-head

This commit is contained in:
Himanshu Warekar 2019-11-20 16:16:39 +05:30
parent c3f68142db
commit 7089be4db2

View file

@ -400,7 +400,9 @@ body[data-route^="Module"] .main-menu {
max-height: 300px;
overflow-y: auto;
max-width: 250px;
z-index: 100;
}
.dropdown-search {
padding: 8px;
}