mirror of https://github.com/xwiki-labs/cryptpad
fix codemirror overflow css
This commit is contained in:
parent
96cf83af34
commit
3f892e04a5
|
@ -72,12 +72,12 @@ h6 { font-size: 24px; }
|
|||
overflow: hidden;
|
||||
.CodeMirror {
|
||||
resize: none;
|
||||
width: 100vw;
|
||||
//width: 100vw;
|
||||
}
|
||||
&.cp-app-slide-preview {
|
||||
.CodeMirror {
|
||||
//resize: horizontal;
|
||||
width: 50vw;
|
||||
//width: 50vw;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue