From bea41e9c695f3b3f8e921880b3d40b681ca387b0 Mon Sep 17 00:00:00 2001 From: Stephen Blott Date: Mon, 15 Dec 2014 12:51:15 +0000 Subject: Fix z-index to be consistent with vimium.css. The z-indexes in vimium.css were recently changed. Those changes didn't get pushed through into vomnibar.css when moving the vomnibar to an iframe. Fixed here. --- pages/vomnibar.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/vomnibar.css b/pages/vomnibar.css index 18f1185f..c4bc0008 100644 --- a/pages/vomnibar.css +++ b/pages/vomnibar.css @@ -24,7 +24,7 @@ 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: 99999996; + z-index: 2147483646; } #vomnibar input { -- cgit v1.2.3