mirror of
https://github.com/twbs/bootstrap.git
synced 2025-09-26 13:29:06 +02:00
works with fixed test
This commit is contained in:
2
js/bootstrap-tooltip.js
vendored
2
js/bootstrap-tooltip.js
vendored
@@ -190,7 +190,7 @@
|
|||||||
|
|
||||||
if (offset.left < 0){
|
if (offset.left < 0){
|
||||||
delta = -offset.left * 2;
|
delta = -offset.left * 2;
|
||||||
offset.left = 0.1;
|
offset.left = 0;
|
||||||
$tip.offset(offset);
|
$tip.offset(offset);
|
||||||
actualWidth = $tip[0].offsetWidth;
|
actualWidth = $tip[0].offsetWidth;
|
||||||
actualHeight = $tip[0].offsetHeight;
|
actualHeight = $tip[0].offsetHeight;
|
||||||
|
Reference in New Issue
Block a user