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:
Raymond Hill 2023-05-07 10:42:30 -04:00
parent 82d8232d09
commit 56092189d1
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2
1 changed files with 1 additions and 1 deletions

View File

@ -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);