Add z-index:1 to findbar to make it appear in front of web content
This commit is contained in:
@@ -6,6 +6,7 @@ findbar{
|
|||||||
transition: transform 82ms linear, opacity 82ms linear 32ms !important;
|
transition: transform 82ms linear, opacity 82ms linear 32ms !important;
|
||||||
background: none !important;
|
background: none !important;
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
|
z-index: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
.findbar-container > .findbar-find-fast{
|
.findbar-container > .findbar-find-fast{
|
||||||
|
|||||||
Reference in New Issue
Block a user