- fixed error causing collections to display over the tag selector dropdown
This commit is contained in:
parent
f5c246788d
commit
a8e15ac437
@ -250,7 +250,7 @@ class=''
|
|||||||
</a>
|
</a>
|
||||||
|
|
||||||
<!-- Dropdown Structure -->
|
<!-- Dropdown Structure -->
|
||||||
<ul id='filter-tags-dropdown-{{ location }}' class='filter-tags-dropdown dropdown-content' style="min-width: 50%">
|
<ul id='filter-tags-dropdown-{{ location }}' class='filter-tags-dropdown dropdown-content' style="min-width: 50%; z-index: 9999">
|
||||||
<li><a class="filter-tags-dropdown-a show-all">
|
<li><a class="filter-tags-dropdown-a show-all">
|
||||||
<i class="material-icons theme-secondary-text">close</i> Show all
|
<i class="material-icons theme-secondary-text">close</i> Show all
|
||||||
</a></li>
|
</a></li>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user