Ensure editing area use full height when it only has a little or no content
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
contains styling for all main editor directives
|
contains styling for all main editor directives
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.umb-editor-wrapper{
|
.umb-editor-wrapper {
|
||||||
background: white;
|
background: white;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
@@ -11,8 +11,13 @@
|
|||||||
bottom: 0;
|
bottom: 0;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
}
|
|
||||||
|
|
||||||
|
> form {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
.umb-editor-header {
|
.umb-editor-header {
|
||||||
background: @grayLighter;
|
background: @grayLighter;
|
||||||
|
|||||||
Reference in New Issue
Block a user