Skip to content

Commit

Permalink
Fixes sankey tooltip
Browse files Browse the repository at this point in the history
Resolves #1
  • Loading branch information
NejcZdovc committed Apr 16, 2021
1 parent 977e9ff commit a0eb236
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions superset/static/blotout.css
Original file line number Diff line number Diff line change
Expand Up @@ -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%;
}

0 comments on commit a0eb236

Please sign in to comment.