Keeps Content In View #522
1 changed files with 4 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
flex: 1 0 auto;
|
flex: 1 0 auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
/*align-items: center;*/
|
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -16,3 +16,6 @@
|
||||||
padding: 6px;
|
padding: 6px;
|
||||||
border: 1px solid #d0d0d0;
|
border: 1px solid #d0d0d0;
|
||||||
}
|
}
|
||||||
|
.vertical-split .asset-display {
|
||||||
|
height: 90vh;
|
||||||
|
}
|
||||||
|
|
Loading…
Reference in a new issue