FIX: maximize css editor not working

This commit is contained in:
Sam 2017-05-10 15:42:51 -04:00
parent 7d9b5514ba
commit 2e13c2453b
2 changed files with 2 additions and 4 deletions

View File

@ -59,9 +59,7 @@
</ul>
</div>
<div>
{{ace-editor content=activeSection editorId=editorId mode=activeSectionMode autofocus="true"}}
</div>
{{ace-editor content=activeSection editorId=editorId mode=activeSectionMode autofocus="true"}}
<div class='admin-footer'>
<div class='status-actions'>

View File

@ -129,7 +129,7 @@
bottom: 10px;
}
.ace-wrapper {
height: 100%;
height: calc(100% - 200px);
}
}