mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
Counter CodeMirror's pointer-events: none on scrollbars
Related issue: https://github.com/uBlockOrigin/uBlock-issues/issues/3645
This commit is contained in:
parent
eee279be01
commit
c44f043ed3
1 changed files with 6 additions and 0 deletions
|
|
@ -356,3 +356,9 @@ html:not(.mobile) .cm-search-widget .fa-icon:not(.fa-icon-ro):hover {
|
|||
.CodeMirror-lintmarker[data-error="y"] > span:hover {
|
||||
display: initial;
|
||||
}
|
||||
|
||||
/* https://github.com/uBlockOrigin/uBlock-issues/issues/3645 */
|
||||
.CodeMirror-vscrollbar {
|
||||
pointer-events: initial !important;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue