Skip to content

Commit c44f043

Browse files
committed
Counter CodeMirror's pointer-events: none on scrollbars
Related issue: uBlockOrigin/uBlock-issues#3645
1 parent eee279b commit c44f043

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

src/css/codemirror.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -356,3 +356,9 @@ html:not(.mobile) .cm-search-widget .fa-icon:not(.fa-icon-ro):hover {
356356
.CodeMirror-lintmarker[data-error="y"] > span:hover {
357357
display: initial;
358358
}
359+
360+
/* https://github.com/uBlockOrigin/uBlock-issues/issues/3645 */
361+
.CodeMirror-vscrollbar {
362+
pointer-events: initial !important;
363+
}
364+

0 commit comments

Comments
 (0)