mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-05-18 12:39:41 +03:00
works with fixed test
This commit is contained in:
Vendored
+1
-1
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user