diff options
| author | Stephen Blott | 2016-09-25 12:03:47 +0100 | 
|---|---|---|
| committer | Stephen Blott | 2016-09-25 12:03:47 +0100 | 
| commit | 6d72a51f361c3fcaf105fed82448fa7c15cdaa3a (patch) | |
| tree | 10e35da5adfc1cf7270761fec03a0de4f5fbe678 | |
| parent | f691391539ddaa2725e9e7f6eeb29bbafcf40eed (diff) | |
| download | vimium-6d72a51f361c3fcaf105fed82448fa7c15cdaa3a.tar.bz2 | |
Fix vomnibar z-index.
| -rw-r--r-- | pages/vomnibar.css | 3 | 
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 { | 
