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;