mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-01-31 19:02:59 +01:00
This commit is contained in:
parent
da0ea3a29d
commit
4ceb42603e
1 changed files with 2 additions and 0 deletions
|
@ -19,6 +19,7 @@ body {
|
|||
/* For sticky chat */
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
height: 0; /* strange bug some browser need this to be working ok */
|
||||
}
|
||||
#editorcontainerbox #editorcontainer {
|
||||
display: flex; /* transfer flex properties to nested elements, here the iframe */
|
||||
|
@ -27,6 +28,7 @@ body {
|
|||
}
|
||||
#editorcontainerbox #editorcontainer iframe {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#editorcontainerbox .sticky-container { /* container for #users, #chat, #toc (table of content) and so on... */
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue