Reduxes filter panel zindex to avoid issues with fixed bars.

This commit is contained in:
mateuswetah 2021-04-22 17:08:02 -03:00
parent 08a3bffae4
commit a1d927138b
1 changed files with 2 additions and 1 deletions

View File

@ -79,7 +79,7 @@
}
}
.filters-menu:not(.filters-menu-modal) {
z-index: 99999;
z-index: 99;
float: left;
max-width: var(--tainacan-filter-menu-width-theme);
min-width: 154px;
@ -96,6 +96,7 @@
@media screen and (max-width: 768px) {
padding: 0;
z-index: 99999;
.modal-content {
top: 0;