- actually fixed that last issue.
This commit is contained in:
parent
a8e15ac437
commit
4b5b7a9464
@ -44,7 +44,7 @@ function init_home_cards(){
|
|||||||
$(this).css("overflow", "auto");
|
$(this).css("overflow", "auto");
|
||||||
$(this).css("height", "auto");
|
$(this).css("height", "auto");
|
||||||
$(this).css("width", width);
|
$(this).css("width", width);
|
||||||
$(this).css("z-index", 9999);
|
$(this).css("z-index", 888);
|
||||||
});
|
});
|
||||||
$(".expandable-card").on('mouseleave', function(e) {
|
$(".expandable-card").on('mouseleave', function(e) {
|
||||||
var width = $(this).width()
|
var width = $(this).width()
|
||||||
|
@ -233,7 +233,7 @@ class=''
|
|||||||
{% endmacro %}
|
{% endmacro %}
|
||||||
|
|
||||||
{% macro ActionBar(tags, location) %}
|
{% macro ActionBar(tags, location) %}
|
||||||
<div class="row card-filter-container">
|
<div class="row card-filter-container" style="z-index: 9998">
|
||||||
<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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user