mirror of
https://github.com/gorhill/uBlock.git
synced 2024-11-07 03:12:33 +01: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:
parent
0867a15d36
commit
24cb894aa0
@ -146,7 +146,6 @@ textarea {
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
font-size: small;
|
font-size: small;
|
||||||
margin-top: 0.2em;
|
|
||||||
right: 0;
|
right: 0;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
z-index: 100;
|
z-index: 100;
|
||||||
|
Loading…
Reference in New Issue
Block a user