Add z-index:1 to findbar to make it appear in front of web content
This commit is contained in:
parent
aaa2e73211
commit
5d1b1b7db6
1 changed files with 1 additions and 0 deletions
|
@ -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{
|
||||||
|
|
Loading…
Reference in a new issue