olmokramer / atom-autohide-tree-view

Hides most of the tree view, reveal it on hover
MIT License
38 stars 7 forks source link

Top of the tree view not visible with Material UI #65

Open ghost opened 8 years ago

ghost commented 8 years ago

Hi there !

I have a little issue when using Material UI. They have set a z-index value at 2000 on there tabs bar so the top of the tree view is invisible because you use z-index: 100.

I don't know if you consider this as an issue for you or for them but you may consider using a greater value for your z-index ;)

By the way, great job with this package :)

VincentGuinaudeau commented 8 years ago

I run into the same problem, and I just fix it by commenting all the z-index modification in atom-material-ui/styles/tabs.less.

Now it seem to be perfectly fine this way for me, so i'm gonna open a issue on atom-material-ui to let them now of the problem, and see if this modification to the z-index is really necessary.