Add z-index:1 to findbar to make it appear in front of web content

This commit is contained in:
MrOtherGuy 2019-12-11 18:04:30 +02:00
parent aaa2e73211
commit 5d1b1b7db6

View file

@ -6,6 +6,7 @@ findbar{
transition: transform 82ms linear, opacity 82ms linear 32ms !important;
background: none !important;
pointer-events: none;
z-index: 1;
}
.findbar-container > .findbar-find-fast{