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
Use a Popup in a position that goes below the screen, for example:
// Positioned somewhat far down on the page, with somewhat large (tall) content<Popupwide="very"position="right center"openOnTriggerMouseEntercloseOnTriggerMouseLeavecontent={props.children}trigger={<GameSidebarInfoIcon/>}/>
Expected Result
In version 2, the popup would be positioned as instructed ("right center" in the above example), but it would never go below the screen, if possible
Actual Result
The component goes below the screen. See the screenshot below, in this case, the bottom of the screenshot is the actual bottom of the screen.
Bug Report
Steps
Use a
Popup
in a position that goes below the screen, for example:Expected Result
In version 2, the popup would be positioned as instructed (
"right center"
in the above example), but it would never go below the screen, if possibleActual Result
The component goes below the screen. See the screenshot below, in this case, the bottom of the screenshot is the actual bottom of the screen.
Version
3.0.0-beta.2
Maybe related to #4488 but don't think so.
The text was updated successfully, but these errors were encountered: