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 Nov 8, 2022
1 parent 2fbc438 commit 84e9137
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="{{ assets_prefix }}/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 84e9137

Please sign in to comment.