mirror of
https://github.com/nasa/openmct.git
synced 2024-12-18 20:57:53 +00:00
[Plot] Fix plot swatch behavior when vertical space is small (#7493)
Add overflow: hidden such that when vertical space is small, no autoscroll happens on the axis
This commit is contained in:
parent
ceeb761d94
commit
5fc5c13314
@ -141,6 +141,7 @@ mct-plot {
|
||||
.plot-wrapper-axis-and-display-area {
|
||||
position: relative;
|
||||
flex: 1 1 auto;
|
||||
overflow: hidden;
|
||||
//min-height: $plotMinH;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user