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-index for progress #1973

Open
adbhutagaurangadas opened this issue Sep 17, 2024 · 2 comments
Open

z-index for progress #1973

adbhutagaurangadas opened this issue Sep 17, 2024 · 2 comments

Comments

@adbhutagaurangadas
Copy link

Versions:

  • @inertiajs/core version: 1.2.0
  • @inertiajs/react version: 1.2.0

Describe the problem:

Popular React MUI library has z-index for AppBars equal to 1100.
Here z-index for progress is 1031. So it is not visible now under AppBars.

@PedroAugustoRamalhoDuarte

I think the best way to handle this right now is change thez-index from #nprogress in css, rstacruz/nprogress#56 (comment)

Or disable Inertia Progress and create a custom one, this doc can help you with that: https://inertiajs.com/progress-indicators.

@adbhutagaurangadas
Copy link
Author

Yes, thank you! Did it exactly this way!

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

2 participants