Keeps Content In View

Keeps content in view at any size.
This commit is contained in:
Electron - Mark Firth 2018-07-14 02:26:04 +10:00 committed by GitHub
parent a74ffdb782
commit 235ebf19ba
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;
}