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 filter margin-top that create an invisible overlay #5234

Merged
merged 1 commit into from
Sep 7, 2020

Conversation

JulienMattiussi
Copy link
Contributor

@JulienMattiussi JulienMattiussi commented Sep 7, 2020

Issue

In lists pages, the filter form have a top margin that makes it highter than the inputs looks.
When placing something upper than the filer form, it is covered by this margin, and very difficult to click on.

Solution

Use css pointer properties to disable click on this invisible margin, and allow click on the components displayed under it.

image

@JulienMattiussi JulienMattiussi added the RFR Ready For Review label Sep 7, 2020
@djhi djhi added this to the 3.8.4 milestone Sep 7, 2020
@fzaninotto fzaninotto merged commit aba72ae into master Sep 7, 2020
@fzaninotto fzaninotto deleted the fix-filter-margin-top-over branch September 7, 2020 16:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
RFR Ready For Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants