mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-22 07:20:23 +00:00
works with fixed test
This commit is contained in:
parent
db9ec13ce4
commit
d9a0abaa06
1 changed files with 1 additions and 1 deletions
2
js/bootstrap-tooltip.js
vendored
2
js/bootstrap-tooltip.js
vendored
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue