Skip to content

Commit

Permalink
Add overflow: hidden such that when vertical space is small, no autos…
Browse files Browse the repository at this point in the history
…croll happens on the axis
  • Loading branch information
rukmini-bose committed Feb 9, 2024
1 parent eaa826d commit ce52b54
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/styles/_legacy-plots.scss
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,7 @@ mct-plot {
.plot-wrapper-axis-and-display-area {
position: relative;
flex: 1 1 auto;
overflow: hidden;
//min-height: $plotMinH;
}

Expand Down

0 comments on commit ce52b54

Please sign in to comment.