Patch Realtime into CodeMirror in CryptPad

This commit is contained in:
Yann Flory
2015-11-25 09:48:30 +01:00
parent 05ce2695b2
commit 32f44161a7
721 changed files with 148708 additions and 1 deletions

View File

@@ -0,0 +1,6 @@
.CodeMirror-fullscreen {
position: fixed;
top: 0; left: 0; right: 0; bottom: 0;
height: auto;
z-index: 9;
}