mirror of https://github.com/xwiki-labs/cryptpad
Fix present mode in the code app
This commit is contained in:
parent
50ddad5e41
commit
f292407c6e
|
@ -50,7 +50,7 @@
|
|||
height: 100%;
|
||||
overflow: hidden;
|
||||
&.cp-app-code-present {
|
||||
.CodeMirror { display: none; }
|
||||
#cp-app-code-container { display: none; }
|
||||
#cp-app-code-preview { border: 0; }
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue