Skip to content

Commit

Permalink
fix tall vislib charts in visualize (#83340)
Browse files Browse the repository at this point in the history
  • Loading branch information
nickofthyme committed Nov 16, 2020
1 parent 9bc8cea commit 46d2299
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/plugins/vis_type_vislib/public/vislib/_vislib_vis_type.scss
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,15 @@
min-height: 0;
min-width: 0;
}

.vislib__wrapper {
position: relative;
}

.vislib__container {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

0 comments on commit 46d2299

Please sign in to comment.