mirror of
https://github.com/nasa/openmct.git
synced 2025-06-01 23:20:50 +00:00
[Navigation] Properly handle overflow in conditional style selection tree (#3338)
This commit is contained in:
parent
23e5efbb19
commit
c4cd725c9a
@ -2,8 +2,6 @@
|
|||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex: 1 1 auto;
|
flex: 1 1 auto;
|
||||||
//TODO: Do we need this???
|
|
||||||
//padding-right: $interiorMarginSm;
|
|
||||||
overflow: auto;
|
overflow: auto;
|
||||||
|
|
||||||
> * + * { margin-top: $interiorMargin; }
|
> * + * { margin-top: $interiorMargin; }
|
||||||
@ -245,6 +243,7 @@
|
|||||||
border: 1px solid $colorInteriorBorder;
|
border: 1px solid $colorInteriorBorder;
|
||||||
border-radius: $controlCr;
|
border-radius: $controlCr;
|
||||||
padding: $interiorMargin;
|
padding: $interiorMargin;
|
||||||
|
overflow: auto;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user