diff --git a/superset/static/blotout.css b/superset/static/blotout.css
index 75a942ca3e7d4..a3122ba53fe5a 100644
--- a/superset/static/blotout.css
+++ b/superset/static/blotout.css
@@ -156,3 +156,7 @@ body > footer {
#main-menu + div {
background: none;
}
+
+.slice_container .filter_box > div {
+ overflow: initial !important;
+}
diff --git a/superset/templates/superset/base.html b/superset/templates/superset/base.html
index 4a29b06a4167a..14f93b98ffaea 100644
--- a/superset/templates/superset/base.html
+++ b/superset/templates/superset/base.html
@@ -23,7 +23,7 @@
{{ super() }}
{{ css_bundle("theme") }}
-
+
{% endblock %}
{% block head_js %}
diff --git a/superset/templates/superset/basic.html b/superset/templates/superset/basic.html
index 46d9386e052ed..a59558fa49f13 100644
--- a/superset/templates/superset/basic.html
+++ b/superset/templates/superset/basic.html
@@ -52,7 +52,7 @@
{{ css_bundle(entry) }}
{% endif %}
-
+
{% endblock %}
{{ js_bundle("theme") }}