diff options
| author | Stephen Blott | 2014-12-15 12:51:15 +0000 |
|---|---|---|
| committer | Stephen Blott | 2014-12-15 12:51:15 +0000 |
| commit | bea41e9c695f3b3f8e921880b3d40b681ca387b0 (patch) | |
| tree | bce2b90ac333ad7fe9853c407e41c4b8ee75ddda | |
| parent | c86e1c8625262948431d4c8b4a18a9bccfa9cbf7 (diff) | |
| download | vimium-bea41e9c695f3b3f8e921880b3d40b681ca387b0.tar.bz2 | |
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.
| -rw-r--r-- | pages/vomnibar.css | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |
