mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 17:06:16 -04:00
css: fix Colibris timeslider
This commit is contained in:
parent
f3fcbf2653
commit
c79ad1e504
8 changed files with 97 additions and 54 deletions
|
@ -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;
|
||||
|
|
|
@ -14,7 +14,6 @@ html {
|
|||
font-size: 13px;
|
||||
font-family: Arial, sans-serif;
|
||||
line-height: 16px;
|
||||
background-color: white;
|
||||
color: #3e3e3e;
|
||||
}
|
||||
*, p {
|
||||
|
|
|
@ -113,8 +113,8 @@
|
|||
|
||||
/* PAD CONTENT */
|
||||
|
||||
#editorcontainerbox {
|
||||
overflow-y: scroll;
|
||||
#outerdocbody {
|
||||
display: block;
|
||||
}
|
||||
|
||||
#innerdocbody {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue