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(filters): ensure that filter clear is visible #540

Merged
merged 1 commit into from
Jun 28, 2016

Conversation

jniles
Copy link
Contributor

@jniles jniles commented Jun 28, 2016

This commit ensures that the bhFilterBar never covers the "clear all filters" button to ensure that the end to end test never fail and the user is always able to click the button.

Unfortunately, this also makes it so that flex-content overflows vertically on the grid, which is not the best user experience. We should investigate this CSS issue soon to make sure that the UX is still
preserved.


Thank you for contributing!

Before submitting this pull request, please verify that you have:

  • Run your code through JSHint. Check out our styleguide.
  • Run integration tests.
  • Run end-to-end tests.
  • Accurately described the changes your are making in this pull request.

For a more detailed checklist, see the official review checklist that this PR will be evaluated against.

Ensuring that the above checkboxes are completed will help speed the review process and help build a stronger application. Thanks!

This commit ensures that the bhFilterBar never covers the "clear all
filters" button to ensure that the end to end test never fail and the
user is always able to click the button.

Unfortunately, this also makes it so that `flex-content` overflows
vertically on the grid, which is not the best user experience.  We
should investigate this CSS issue soon to make sure that the UX is still
preserved.
@jniles jniles added the Bug Fix label Jun 28, 2016
@sfount
Copy link
Contributor

sfount commented Jun 28, 2016

This fix LGTM - @jniles can you make an issue with the required CSS fix?

This will be merged as soon as tests pass.

@sfount sfount merged commit 9caa027 into IMA-WorldHealth:master Jun 28, 2016
@jniles jniles deleted the bug-filter-overflow branch June 28, 2016 11:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants