Fix Imagery-related issue for VERVE #301 (#3520)

- Add 'display: flex' where needed to get main image to display in
preview overlay;
This commit is contained in:
Charles Hacskaylo 2020-11-13 16:09:01 -08:00 committed by GitHub
parent 27704c9a48
commit 30ca4b707d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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]) {