Skip to content

Commit 3e2f779

Browse files
committed
Fix un-themed scroll lock in _My rules_
Related feedback: - uBlockOrigin/uBlock-issues#1963 (comment)
1 parent 2177d81 commit 3e2f779

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/css/codemirror.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,9 @@
222222
border-color: var(--cm-gutter-border);
223223
vertical-align: top;
224224
}
225+
.CodeMirror-merge-scrolllock {
226+
color: var(--cm-merge-copy-ink);
227+
}
225228
.CodeMirror-merge-spacer {
226229
background-color: var(--cm-merge-chunk-surface);
227230
}

0 commit comments

Comments
 (0)