mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
Fix preferences tooltip not shown at the top in FF
This commit is contained in:
parent
0217c2ebaa
commit
51ec978f82
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user