CM scrollbar pointer-events (#902)

This commit is contained in:
narcolepticinsomniac 2020-04-17 07:36:37 -04:00 committed by GitHub
parent fea0d08f50
commit 0b4e946c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -267,6 +267,10 @@ input:invalid {
margin-top: 4em;
}
/************ section editor ***********/
.CodeMirror-vscrollbar,
.CodeMirror-hscrollbar {
pointer-events: auto !important; /* FF bug */
}
.section-editor .section {
margin: 0 0.7rem;
padding: 1rem;