mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-10 09:07:54 +01:00
Fix scrollbar not receiving mouse event in element picker
Not sure why I set z-index to 0; removed due to mouse event not reaching the scrollbar.
This commit is contained in:
parent
efa8f92d21
commit
4b943cf07f
1 changed files with 0 additions and 3 deletions
|
@ -96,9 +96,6 @@ html#ublock0-epicker,
|
|||
.CodeMirror pre {
|
||||
padding: 0;
|
||||
}
|
||||
.CodeMirror-vscrollbar {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
#ublock0-epicker section .resultsetWidgets {
|
||||
display: flex;
|
||||
|
|
Loading…
Reference in a new issue