mirror of https://github.com/gorhill/uBlock.git
Fix rendering issue of row-filter icon in popup panel
Related issue: - https://github.com/uBlockOrigin/uBlock-issues/issues/2640
This commit is contained in:
parent
82d8232d09
commit
56092189d1
|
@ -309,7 +309,7 @@ body.needSave #revertRules {
|
|||
display: flex;
|
||||
left: 0;
|
||||
position: absolute;
|
||||
z-index: 100;
|
||||
z-index: 50;
|
||||
}
|
||||
#firewall > section .fa-icon {
|
||||
color: var(--ink-4);
|
||||
|
|
Loading…
Reference in New Issue