mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-22 00:16:15 -04:00
trying to fix ie
This commit is contained in:
parent
cb5b818f33
commit
8bb02f4074
1 changed files with 7 additions and 3 deletions
|
@ -294,13 +294,17 @@ a#hidetopmsg { position: absolute; right: 5px; bottom: 5px; }
|
||||||
/* border-bottom: 1px solid #c4c4c4;*!/
|
/* border-bottom: 1px solid #c4c4c4;*!/
|
||||||
|
|
||||||
*/
|
*/
|
||||||
position: relative;
|
position: absolute;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
top: 38px;
|
width: 100%;
|
||||||
zoom: 1;
|
zoom: 1;
|
||||||
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#editorcontainer { height: 100%; }
|
#editorcontainer {
|
||||||
|
height: 100%;
|
||||||
|
padding-top: 36px;
|
||||||
|
}
|
||||||
|
|
||||||
#editorcontainer iframe { width: 100%; height: 100%; padding: 0; margin: 0; }
|
#editorcontainer iframe { width: 100%; height: 100%; padding: 0; margin: 0; }
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue