From 51ec978f82988ce482053da43900fb5f26a663ad Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Mon, 23 Jun 2014 12:08:18 +0000 Subject: [PATCH] Fix preferences tooltip not shown at the top in FF --- preferences/templates/pixelegg/app.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preferences/templates/pixelegg/app.css b/preferences/templates/pixelegg/app.css index 1a285746c9..f5ce7940f1 100755 --- a/preferences/templates/pixelegg/app.css +++ b/preferences/templates/pixelegg/app.css @@ -100,7 +100,7 @@ tr.prefRow > td { /* otherwise help will cover bigger prefValue */ } .prefHelp { - position: absolute; + position: fixed; background-color: #e6e6e6; /*border-radius: 10px;*/ -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.5);