Merge pull request #522 from Invariant-Change/patch-14

Keeps Content In View
This commit is contained in:
Bill Bittner 2018-07-16 09:34:32 -07:00 committed by GitHub
commit 067f46deca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@
flex: 1 0 auto;
display: flex;
justify-content: center;
/*align-items: center;*/
flex-direction: column;
}
@ -16,3 +16,6 @@
padding: 6px;
border: 1px solid #d0d0d0;
}
.vertical-split .asset-display {
height: 90vh;
}