Merge pull request #522 from Invariant-Change/patch-14
Keeps Content In View
This commit is contained in:
commit
067f46deca
1 changed files with 4 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue