You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
I went to http://angular-ui.github.io/bootstrap/#/tooltip and clicked "Edit in plunker", then added some absolutely-positioned global nav buttons with some tooltips attached. If you don't set appendToBody to true, the tooltip container is added inside the button group, which messes up the button group behavior. But if you do set appendToBody to true to fix this, the tooltip is positioned offscreen (with top: -41px).
The text was updated successfully, but these errors were encountered:
Awesome this has been fixed already, and thanks for the super fast reply. And sorry I missed #387. I tried searching for an existing issue before creating this one, but somehow missed it.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Please see this plunk demonstrating the issue:
http://plnkr.co/edit/tyERI9?p=preview
I went to http://angular-ui.github.io/bootstrap/#/tooltip and clicked "Edit in plunker", then added some absolutely-positioned global nav buttons with some tooltips attached. If you don't set appendToBody to true, the tooltip container is added inside the button group, which messes up the button group behavior. But if you do set appendToBody to true to fix this, the tooltip is positioned offscreen (with
top: -41px
).The text was updated successfully, but these errors were encountered: