mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04: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 */
|
/* For sticky chat */
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
height: 0; /* strange bug some browser need this to be working ok */
|
||||||
}
|
}
|
||||||
#editorcontainerbox #editorcontainer {
|
#editorcontainerbox #editorcontainer {
|
||||||
display: flex; /* transfer flex properties to nested elements, here the iframe */
|
display: flex; /* transfer flex properties to nested elements, here the iframe */
|
||||||
|
@ -27,6 +28,7 @@ body {
|
||||||
}
|
}
|
||||||
#editorcontainerbox #editorcontainer iframe {
|
#editorcontainerbox #editorcontainer iframe {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
height: 100%;
|
||||||
}
|
}
|
||||||
#editorcontainerbox .sticky-container { /* container for #users, #chat, #toc (table of content) and so on... */
|
#editorcontainerbox .sticky-container { /* container for #users, #chat, #toc (table of content) and so on... */
|
||||||
display: flex;
|
display: flex;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue