From 78c1d1456e3742e632620df2c29a922cd2c53f39 Mon Sep 17 00:00:00 2001 From: NejcZdovc Date: Fri, 4 Dec 2020 12:01:27 +0100 Subject: [PATCH] Fixes sankey tooltip Resolves #1 --- superset/static/blotout.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/superset/static/blotout.css b/superset/static/blotout.css index cbf339660773b..8ef85f3900db9 100644 --- a/superset/static/blotout.css +++ b/superset/static/blotout.css @@ -97,3 +97,10 @@ body > footer { border: none; box-shadow: none } + +.superset-legacy-chart-sankey, +.dashboard-component-chart-holder.full-size > div { + display: flex; + flex-flow: column; + height: 100%; +}