1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-15 15:32:28 +02: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:
Raymond Hill 2020-11-20 11:37:00 -05:00
parent efa8f92d21
commit 4b943cf07f
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -96,9 +96,6 @@ html#ublock0-epicker,
.CodeMirror pre {
padding: 0;
}
.CodeMirror-vscrollbar {
z-index: 0;
}
#ublock0-epicker section .resultsetWidgets {
display: flex;