Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Option to keep popup placement from changing on resize? #12

Closed
adamgruber opened this issue Mar 16, 2016 · 4 comments
Closed

Option to keep popup placement from changing on resize? #12

adamgruber opened this issue Mar 16, 2016 · 4 comments

Comments

@adamgruber
Copy link
Contributor

If dropdown is open and I resize the window to be shorter, sometimes the dropdown will be positioned above the trigger. I would like an option to ignore this behavior and keep the dropdown placement below. Is this possible?

@warmhug
Copy link
Collaborator

warmhug commented Mar 17, 2016

@yiminghe

@yiminghe
Copy link
Member

dropdownPopupAlign {adjustY:0, adjustX:0}

@adamgruber
Copy link
Contributor Author

{ overflow: { adjustY: 0, adjustX: 0 } } 👍

@johnmwai
Copy link

dropdownPopupAlign={{overflow: { adjustY: 0, adjustX: 0 }}}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants