mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00: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
dbca18ebe1
commit
2c4535d1fe
1 changed files with 0 additions and 1 deletions
|
|
@ -146,7 +146,6 @@ textarea {
|
|||
position: absolute;
|
||||
flex-direction: column;
|
||||
font-size: small;
|
||||
margin-top: 0.2em;
|
||||
right: 0;
|
||||
top: 100%;
|
||||
z-index: 100;
|
||||
|
|
|
|||
Loading…
Reference in a new issue