Skip to content
This repository has been archived by the owner on Jan 13, 2022. It is now read-only.

Hardcoded z-index for vertical scrollBar #271

Open
almsh opened this issue Sep 17, 2015 · 5 comments
Open

Hardcoded z-index for vertical scrollBar #271

almsh opened this issue Sep 17, 2015 · 5 comments

Comments

@almsh
Copy link

almsh commented Sep 17, 2015

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:
image

How to set custom z-index for vertical scroll bar?

@musbaig
Copy link

musbaig commented Oct 14, 2015

+1

@henryptung
Copy link

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).

@bholdt
Copy link

bholdt commented Apr 12, 2016

Turns out there already is a hard-coded z-index, and it is set to 99.
#138

@henryptung
Copy link

@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 😛

@bholdt
Copy link

bholdt commented Apr 12, 2016

Ha ha. That indeed makes more sense :)

On Tuesday, 12 April 2016, henryptung notifications@github.com wrote:

@bholdt https://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 free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants