css: fix Colibris timeslider

This commit is contained in:
Sebastian Castro 2020-04-03 17:41:47 +02:00 committed by muxator
parent f3fcbf2653
commit c79ad1e504
8 changed files with 97 additions and 54 deletions

View file

@ -12,7 +12,6 @@ html.inner-editor {
display: flex;
flex-direction: row;
min-height: 100vh; /* take at least full height */
background-color: #F4F4F4;
}
#outerdocbody iframe {
flex: 1 auto;

View file

@ -14,7 +14,6 @@ html {
font-size: 13px;
font-family: Arial, sans-serif;
line-height: 16px;
background-color: white;
color: #3e3e3e;
}
*, p {

View file

@ -113,8 +113,8 @@
/* PAD CONTENT */
#editorcontainerbox {
overflow-y: scroll;
#outerdocbody {
display: block;
}
#innerdocbody {