Skip to content

Commit

Permalink
Fixes filter overflow
Browse files Browse the repository at this point in the history
Fixes apache#87
  • Loading branch information
NejcZdovc committed Apr 16, 2021
1 parent cbc5a86 commit 7e64707
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions superset/static/blotout.css
Original file line number Diff line number Diff line change
Expand Up @@ -156,3 +156,7 @@ body > footer {
#main-menu + div {
background: none;
}

.slice_container .filter_box > div {
overflow: initial !important;
}
2 changes: 1 addition & 1 deletion superset/templates/superset/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
{{ super() }}
<link rel="icon" type="image/png" href="/static/assets/images/favicon.png">
{{ css_bundle("theme") }}
<link media="all" rel="stylesheet" href="/static/blotout.css?v=2" />
<link media="all" rel="stylesheet" href="/static/blotout.css?v=3" />
{% endblock %}

{% block head_js %}
Expand Down
2 changes: 1 addition & 1 deletion superset/templates/superset/basic.html
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
{{ css_bundle(entry) }}
{% endif %}

<link media="all" rel="stylesheet" href="/static/blotout.css?v=2" />
<link media="all" rel="stylesheet" href="/static/blotout.css?v=3" />
{% endblock %}

{{ js_bundle("theme") }}
Expand Down

0 comments on commit 7e64707

Please sign in to comment.