- fixed searchbar covering sidenav
This commit is contained in:
parent
962bfa780d
commit
401ddbe5c6
@ -233,7 +233,7 @@ class=''
|
||||
{% endmacro %}
|
||||
|
||||
{% macro ActionBar(tags, location) %}
|
||||
<div class="row card-filter-container" style="z-index: 9998">
|
||||
<div class="row card-filter-container" style="z-index: 6000">
|
||||
<div class="col s12 m12 {% if location == "home" %} l6 xl4{% endif %} input-field">
|
||||
<span>
|
||||
<i class="material-icons prefix card-search-icon">search</i>
|
||||
@ -250,7 +250,7 @@ class=''
|
||||
</a>
|
||||
|
||||
<!-- Dropdown Structure -->
|
||||
<ul id='filter-tags-dropdown-{{ location }}' class='filter-tags-dropdown dropdown-content' style="min-width: 50%; z-index: 9999">
|
||||
<ul id='filter-tags-dropdown-{{ location }}' class='filter-tags-dropdown dropdown-content' style="min-width: 50%; z-index: 7000">
|
||||
<li><a class="filter-tags-dropdown-a show-all">
|
||||
<i class="material-icons theme-secondary-text">close</i> Show all
|
||||
</a></li>
|
||||
|
Loading…
x
Reference in New Issue
Block a user