1
0
Fork 0
forked from 0x2620/oxjs

fix a bug where tooltips would not retain their width near the right edge of the screen, fixes #568

This commit is contained in:
rlx 2012-04-23 11:16:46 +00:00
commit aae7ba2485
2 changed files with 2 additions and 2 deletions

View file

@ -2543,8 +2543,9 @@ Miscellaneous
.OxTooltip {
position: absolute;
padding: 1px 3px 1px 3px;
border-radius: 4px;
font-size: 9px;
//opacity: 0;
white-space: nowrap;
z-index: 1001;
border-radius: 4px;
}