mirror of
https://github.com/nasa/openmct.git
synced 2024-12-23 15:02:23 +00:00
- Add 'display: flex' where needed to get main image to display in preview overlay;
This commit is contained in:
parent
27704c9a48
commit
30ca4b707d
@ -13,8 +13,9 @@
|
||||
}
|
||||
|
||||
&__object-view {
|
||||
display: flex;
|
||||
flex: 1 1 auto;
|
||||
height: 0; // Chrome 73
|
||||
height: 100%; // Chrome 73
|
||||
overflow: auto;
|
||||
|
||||
> div:not([class]) {
|
||||
|
Loading…
Reference in New Issue
Block a user