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

Z indices are being modified #2422

Closed
christianmemije opened this issue Oct 11, 2017 · 3 comments
Closed

Z indices are being modified #2422

christianmemije opened this issue Oct 11, 2017 · 3 comments
Assignees
Milestone

Comments

@christianmemije
Copy link
Contributor

christianmemije commented Oct 11, 2017

Summary

Somewhere in our webpack build, z indices are being reduced. Not sure if this is done per vue file or plugin. This is causing issues.

Example

127 0 0 1-8000-learn-

System information

  • Version: Develop

How to reproduce

  1. Open a modal
  2. Inspect the modal-overlay z-index. Should be 24, but was changed to 5
@rtibbles
Copy link
Member

Guessing this would have to be happening in postcss? Can't think what else would be actively modifying css values.

@indirectlylit
Copy link
Contributor

@rtibbles
Copy link
Member

Also possible that webpack-rtl-plugin (which depends on cssnano which uses https://www.npmjs.com/package/postcss-zindex) may be playing a role here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants