Skip to content

Commit

Permalink
Fix visualization overflow (#93015) (#93042)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniil authored Mar 2, 2021
1 parent 9cbbe9c commit c7a06d6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/vis_type_metric/public/components/metric_vis.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,11 @@
// mtrChart__legend-isLoading

.mtrVis {
@include euiScrollBar;

width: 100%;
display: flex;
flex: 1 0 0;
flex-direction: row;
justify-content: center;
align-items: center;
Expand Down

0 comments on commit c7a06d6

Please sign in to comment.