You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.
I use fixed-data-table with material-ui (https://github.com/callemall/material-ui). Modal dialogs in material-ui have hardcoded(element.style set by js) z-index:10, fixed-data-table has z-index:99 for vertical scroll bar.
So it looks like this:
How to set custom z-index for vertical scroll bar?
The text was updated successfully, but these errors were encountered:
We just ran into this; to whomever ends up working on this, would be awesome if the code had a working z-indexless approach to the layout, since z-index interacts across components and DOM hierarchy boundaries and globally couples components together API-wise (requires changes in arbitrary other app components to compensate).
@bholdthttps://github.com/bholdt Aye, the issue isn't that we want a
hardcoded z-index - the hardcoded z-index is the issue, and we'd like
to get rid of it [image: 😛]
—
You are receiving this because you were mentioned.
Reply to this email directly or view it on GitHub #271 (comment)
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I use fixed-data-table with material-ui (https://github.com/callemall/material-ui). Modal dialogs in material-ui have hardcoded(element.style set by js) z-index:10, fixed-data-table has z-index:99 for vertical scroll bar.
So it looks like this:
How to set custom z-index for vertical scroll bar?
The text was updated successfully, but these errors were encountered: