- fixed searchbar covering sidenav
This commit is contained in:
parent
962bfa780d
commit
401ddbe5c6
@ -233,7 +233,7 @@ class=''
|
|||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro ActionBar(tags, location) %}
|
{% 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">
|
<div class="col s12 m12 {% if location == "home" %} l6 xl4{% endif %} input-field">
|
||||||
<span>
|
<span>
|
||||||
<i class="material-icons prefix card-search-icon">search</i>
|
<i class="material-icons prefix card-search-icon">search</i>
|
||||||
@ -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%; 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">
|
<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