-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
Search bar has incorrect zIndex when scrolling horizontally #6591
Comments
Reproduced, thanks for the report! |
For a userland fix we've done something like this in the
|
So you chose to put the sidebar at the front instead of the content? Would you mind showing a screenshot? |
Yup! here's a screen: sidebar-scroll.movThe exact styles are:
I swapped out the attribute selector with the |
@djhi hello, any solution for this in official release? |
What you were expecting:
When scroll horizontally, the search bar should not be covered by MenuItemLink
What happened instead:
The search bar is covered
Steps to reproduce:

Related code:
https://codesandbox.io/s/github/marmelab/react-admin/tree/master/examples/simple
We need to shrink the window size a little bit to reproduce
Other information:
Besides search bar, I would also wish that the menu will not be covered by the table view when scrolling horizontally.
What I mean could be to move the horizontal scroll bar to inside the table instead of in the bottom of the page
Environment
fixed
)The text was updated successfully, but these errors were encountered: