From 6d72a51f361c3fcaf105fed82448fa7c15cdaa3a Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Sun, 25 Sep 2016 12:03:47 +0100 Subject: Fix vomnibar z-index. --- pages/vomnibar.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/vomnibar.css b/pages/vomnibar.css index 1b19daad..2f279a28 100644 --- a/pages/vomnibar.css +++ b/pages/vomnibar.css @@ -23,8 +23,7 @@ border-radius: 4px; box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.8); border: 1px solid #aaa; - /* One less than hint markers and the help dialog. */ - z-index: 2147483646; + z-index: 2139999999; /* One less than hint markers and the help dialog (see ../content_scripts/vimium.css). */ } #vomnibar input { -- cgit v1.2.3