mirror of
https://github.com/nasa/openmct.git
synced 2025-02-18 16:40:58 +00:00
Overlay preview scroll fix and styling
- Preview now handles overflow properly; - Refined preview styles;
This commit is contained in:
parent
0837129ad5
commit
c552afff17
@ -63,7 +63,11 @@
|
||||
}
|
||||
|
||||
&__object-view {
|
||||
background: $colorBodyBg;
|
||||
border: 1px solid $colorInteriorBorder;
|
||||
flex: 1 1 auto;
|
||||
overflow: auto;
|
||||
padding: $interiorMargin;
|
||||
|
||||
> div:not([class]) {
|
||||
// Target an immediate child div without a class and make it display: contents
|
||||
|
Loading…
x
Reference in New Issue
Block a user