From 5d1b1b7db6250ed23ee9cbd620162195482de091 Mon Sep 17 00:00:00 2001 From: MrOtherGuy Date: Wed, 11 Dec 2019 18:04:30 +0200 Subject: [PATCH] Add z-index:1 to findbar to make it appear in front of web content --- chrome/floating_findbar_on_top.css | 1 + 1 file changed, 1 insertion(+) diff --git a/chrome/floating_findbar_on_top.css b/chrome/floating_findbar_on_top.css index 6534fad..240d6a6 100644 --- a/chrome/floating_findbar_on_top.css +++ b/chrome/floating_findbar_on_top.css @@ -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{