-
-
Notifications
You must be signed in to change notification settings - Fork 79k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tooltip not appends to given element #21962
Comments
Same issue here. From what I see, tooltip gets added to the container first, but then tether moves it back to the body here. I found that tether scans container and all its parent nodes up to the body, if it finds an element with a non-static position - it moves a tooltip (see here). In reality tooltip always ends up in the body, cause grid classes like .col-12 use relative position. |
I found that tether have |
Will be fixed by #22444 |
Closed and fixed by #22444 |
Bootstrap 4 alpha 6.
I'm trying to append tooltip to element by using the container option, but it's not working.
JSFiddle
The text was updated successfully, but these errors were encountered: