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
Taking a look at the Flyout examples, specifically I noticed two things. First, the super select's dropdown floats on it's own separate from the input bar when opened. Secondly, once you reach the bottom of the flyout content, it starts to scroll the main content underneath. Is there anyway to keep the superselect in tact in a flyout and lock the main content while the flyout is active?
The text was updated successfully, but these errors were encountered:
This popover issue is noticed and tracked here. #1023
Secondly, once you reach the bottom of the flyout content, it starts to scroll the main content underneath.
This is normal browser behavior when there are multiple scrolls on a page. It can be "fixed" by setting ownFocus on the flyout, which forces the body height to 100%. In general, using ownFocus is preferred, but hasn't been set as a default since it would require a sizable upgrade downstream.
Closing this issue, but please feel free to ask questions if either answer isn't satisfactory.
Taking a look at the Flyout examples, specifically I noticed two things. First, the super select's dropdown floats on it's own separate from the input bar when opened. Secondly, once you reach the bottom of the flyout content, it starts to scroll the main content underneath. Is there anyway to keep the superselect in tact in a flyout and lock the main content while the flyout is active?
The text was updated successfully, but these errors were encountered: