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
While we went to lengths to make the popover component expand beyond the limits of scrollers (using the :no-clip? arg, see: http://localhost:3449/#/popovers), this was not extended to any other component. It also had the disadvantage in that when you scrolled while the popover was visible, the popover remained fixed on screen while the anchor scrolled away with the window.
So not a perfect solution.
If you're interested in implementing the same functionality for the dropdown, then here is the black magic that does it:
Hi,
Does anyone know a way to prevent the popup (menu) portion of the single-dropdown from being cut off when used inside a scroller?
Thanks, Paul
The text was updated successfully, but these errors were encountered: