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
is there a way to fix the common problem of positioning dropdowns, tooltips, popovers in scrollable areas? We encountered a bug, in dartium as well as in chrome, that dropdown menus are clipped in scrollable ("overflow: scroll") areas, see the picture.
Option 'append-to-body' exists in tooltip and popover from beginning. Check this line. Can you use it in your case and report.
May I ask you code-example for dropdowns?
Hello,
is there a way to fix the common problem of positioning dropdowns, tooltips, popovers in scrollable areas? We encountered a bug, in dartium as well as in chrome, that dropdown menus are clipped in scrollable ("overflow: scroll") areas, see the picture.
May be related to:
angular-ui/bootstrap#139
angular-ui/bootstrap#2445
Perhaps you could add the option to set "append-to-body"?
Thank you and kind regards,
Steven
The text was updated successfully, but these errors were encountered: