mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-23 08:56:17 -04:00
ui: display editor only when it is ready
so it avoid strange ui effect when div get positioned
This commit is contained in:
parent
d5020f53ab
commit
15af63b0f8
2 changed files with 5 additions and 0 deletions
|
@ -29,6 +29,9 @@ body {
|
|||
height: auto;
|
||||
flex: 1 auto;
|
||||
}
|
||||
#editorcontainerbox #editorcontainer:not(.initialized) {
|
||||
visibility: hidden;
|
||||
}
|
||||
#editorcontainerbox #editorcontainer iframe {
|
||||
width: 100%;
|
||||
height: auto;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue