twbs / bootstrap-sass

Official Sass port of Bootstrap 2 and 3.
http://getbootstrap.com/css/#sass
MIT License
12.59k stars 3.53k forks source link

tooltip inside modal window, on hover of the element scroll bar goes to top - blocker #1222

Open ghost opened 2 years ago

ghost commented 2 years ago

https://user-images.githubusercontent.com/82227069/138416042-b3ba4490-cb8d-4d52-8243-e7254207014d.mp4

We are using Tooltip.VERSION = '3.3.4' & it's working fine earlier but currently it's failing.

RCA - In the library after this line this.options.container ? $tip.appendTo(this.options.container) : $tip.insertAfter(this.$element) execute scroll bar goes to up (top)

container is false