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

fix(dropdown): correct dropup position with Bootstrap 4.1 #2313

Closed
wants to merge 1 commit into from
Closed

fix(dropdown): correct dropup position with Bootstrap 4.1 #2313

wants to merge 1 commit into from

Conversation

pkozlowski-opensource
Copy link
Member

Fixes #2297

Not sure if this is the best fix...

Essentially we need to add bottom and right styles equal to auto; when a popup is open. We've got 2 options to do so:

  • force styles with Angular bindings (but this is kind of "brutal" since people can't override those styles)
  • use Bootstrap CSS classes as in this PR

Please let me know what you think - we can either get this PR in or have another fix with styles forced.

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

Successfully merging this pull request may close these issues.

Upgrade to Boostrap 4.1 -> dropup position bug
2 participants