CM scrollbar pointer-events (#902)
This commit is contained in:
parent
fea0d08f50
commit
0b4e946c82
|
@ -267,6 +267,10 @@ input:invalid {
|
||||||
margin-top: 4em;
|
margin-top: 4em;
|
||||||
}
|
}
|
||||||
/************ section editor ***********/
|
/************ section editor ***********/
|
||||||
|
.CodeMirror-vscrollbar,
|
||||||
|
.CodeMirror-hscrollbar {
|
||||||
|
pointer-events: auto !important; /* FF bug */
|
||||||
|
}
|
||||||
.section-editor .section {
|
.section-editor .section {
|
||||||
margin: 0 0.7rem;
|
margin: 0 0.7rem;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user