0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-02-20 17:54:23 +01:00

works with fixed test

This commit is contained in:
Guillaume Gautreau 2013-01-26 21:39:49 +01:00
parent db9ec13ce4
commit d9a0abaa06

View File

@ -190,7 +190,7 @@
if (offset.left < 0){
delta = -offset.left * 2;
offset.left = 0.1;
offset.left = 0;
$tip.offset(offset);
actualWidth = $tip[0].offsetWidth;
actualHeight = $tip[0].offsetHeight;