Keeps Content In View #522

Merged
QuirkyRobots merged 1 commit from patch-14 into 518-large-asset-display 2018-07-16 18:34:33 +02:00

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;
}