Fix preferences tooltip not shown at the top in FF

This commit is contained in:
Hadi Nategh 2014-06-23 12:08:18 +00:00
parent 0217c2ebaa
commit 51ec978f82

View File

@ -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);