This commit is contained in:
Simon Busborg
2015-12-22 15:07:57 +01:00
parent 7883a3720b
commit 552cbada88
5 changed files with 22 additions and 7 deletions

View File

@@ -20,16 +20,20 @@
}
.umb-editor-container{
.umb-editor-container {
top: 101px;
left: 0px;
right: 0px;
bottom: 60px;
bottom: 52px;
position: absolute;
clear: both;
overflow: auto;
}
.umb-editor-wrapper.-no-footer .umb-editor-container {
bottom: 0;
}
.umb-editor-container.-stop-scrolling {
overflow: hidden;
}