Skip to content

Commit

Permalink
Fix scrolling bug when the legend has big height (elastic#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
stratoula authored Dec 16, 2020
1 parent b85ab2c commit 59bc795
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/plugins/vis_type_xy/public/_chart.scss
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
.xyChart__container {
width: 100%;
height: 100%;
position: relative;
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
}

0 comments on commit 59bc795

Please sign in to comment.