1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-14 23:12:28 +02:00

Prevent spurious disappearance of built-in expression filters panel

After a bit more testing following
<38b73f7100>.

Hovering the mouse cursor over the margin area would cause the panel
to spuriously disappear.
This commit is contained in:
Raymond Hill 2019-01-01 11:43:41 -05:00
parent 0867a15d36
commit 24cb894aa0
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -146,7 +146,6 @@ textarea {
position: absolute;
flex-direction: column;
font-size: small;
margin-top: 0.2em;
right: 0;
top: 100%;
z-index: 100;