- fixed error causing collections to display over the tag selector dropdown

This commit is contained in:
Ross Mountjoy 2020-05-21 11:38:57 -04:00
parent f5c246788d
commit a8e15ac437

View File

@ -250,7 +250,7 @@ class=''
</a>
<!-- 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">
<i class="material-icons theme-secondary-text">close</i> Show all
</a></li>