mirror of
https://github.com/nasa/openmct.git
synced 2025-06-21 08:39:59 +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:
committed by
GitHub
parent
ceeb761d94
commit
5fc5c13314
@ -141,6 +141,7 @@ mct-plot {
|
|||||||
.plot-wrapper-axis-and-display-area {
|
.plot-wrapper-axis-and-display-area {
|
||||||
position: relative;
|
position: relative;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
|
overflow: hidden;
|
||||||
//min-height: $plotMinH;
|
//min-height: $plotMinH;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user