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

[Display BUG] Dropdown out of windows #1325

Closed
jimblue opened this issue Jan 31, 2018 · 6 comments
Closed

[Display BUG] Dropdown out of windows #1325

jimblue opened this issue Jan 31, 2018 · 6 comments

Comments

@jimblue
Copy link

jimblue commented Jan 31, 2018

Hi,

Dropdown are actually all align to the left of a the parent button.

Because of this, when a dropdown button is on the right border the dropdown, this can happen:

screen shot 2018-01-31 at 01 56 51

A quick is to add a new dropdown class to change the alignement.

@jimblue
Copy link
Author

jimblue commented Jan 31, 2018

An other exemple:

screen shot 2018-01-31 at 02 05 42

@rhukster
Copy link
Member

This commit should fix both of those, and any other ones.

@rhukster
Copy link
Member

07e4ca3

@jimblue
Copy link
Author

jimblue commented Feb 1, 2018

Thank for your fast answer!
I saw you used last-child to fix this issue.
Sadly it's not enough to fix all other ones.

screen shot 2018-02-01 at 02 12 55

Why not align dropdown to the right of the parent button for dropdown on the right side of the screen?

@jimblue
Copy link
Author

jimblue commented Feb 1, 2018

A dropdown.is-right and a dropdown.is-left classes could be added to handle this.

@jimblue
Copy link
Author

jimblue commented Feb 16, 2018

I just saw you added this as fix in the last changelog of feature/1.7.
It's better indeed but not really resolved.

Could you please re open this?

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

2 participants