CM scrollbar pointer-events

This commit is contained in:
narcolepticinsomniac 2020-04-15 13:40:15 -04:00 committed by GitHub
parent d7ff697aa6
commit 1e887319e7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;