diff options
Diffstat (limited to 'content_scripts/vimium.css')
| -rw-r--r-- | content_scripts/vimium.css | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/content_scripts/vimium.css b/content_scripts/vimium.css index 5180fb22..a3ea5a70 100644 --- a/content_scripts/vimium.css +++ b/content_scripts/vimium.css @@ -237,6 +237,8 @@ div.vimiumHUD {    display: block;    position: fixed;    bottom: 0px; +  /* Keep this far enough to the right so that it doesn't collide with the "popups blocked" chrome HUD. */ +  right: 150px;    color: black;    height: auto;    min-height: 13px; | 
