Skip to content

Commit ce52b54

Browse files
committed
Add overflow: hidden such that when vertical space is small, no autoscroll happens on the axis
1 parent eaa826d commit ce52b54

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/styles/_legacy-plots.scss

+1
Original file line numberDiff line numberDiff line change
@@ -141,6 +141,7 @@ mct-plot {
141141
.plot-wrapper-axis-and-display-area {
142142
position: relative;
143143
flex: 1 1 auto;
144+
overflow: hidden;
144145
//min-height: $plotMinH;
145146
}
146147

0 commit comments

Comments
 (0)