aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStephen Blott2016-09-25 12:03:47 +0100
committerStephen Blott2016-09-25 12:03:47 +0100
commit6d72a51f361c3fcaf105fed82448fa7c15cdaa3a (patch)
tree10e35da5adfc1cf7270761fec03a0de4f5fbe678
parentf691391539ddaa2725e9e7f6eeb29bbafcf40eed (diff)
downloadvimium-6d72a51f361c3fcaf105fed82448fa7c15cdaa3a.tar.bz2
Fix vomnibar z-index.
-rw-r--r--pages/vomnibar.css3
1 files changed, 1 insertions, 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 {