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

The content-manager header has a z-index of 10 while the modal has a z-index of 4 #17871

Open
marco-villanueva opened this issue Aug 30, 2023 · 1 comment · May be fixed by strapi/design-system#1344
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:admin Source is core/admin package status: confirmed Confirmed by a Strapi Team member or multiple community members

Comments

@marco-villanueva
Copy link

Bug report

The content-manager header has a z-index of 10 while the modal has a z-index of 4 which causes it to look like this:

modal content manager

Required System information

  • Node.js version: 16
  • NPM version: 8.3
  • Strapi version: 4.12.4
  • Database: Posgress
  • Operating system: Windows 10
  • Is your project Javascript or Typescript: Javascript
@joshuaellis joshuaellis added issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve status: confirmed Confirmed by a Strapi Team member or multiple community members source: core:admin Source is core/admin package labels Aug 31, 2023
@marco-villanueva
Copy link
Author

marco-villanueva commented Sep 14, 2023

This worked for me
HeaderLayout = zIndices[1]
ModalLayout = zIndex: 5
Dialog = zIndex: 5
Tooltip = z-index: 6

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
issue: bug Issue reporting a bug severity: low If the issue only affects a very niche base of users and an easily implemented workaround can solve source: core:admin Source is core/admin package status: confirmed Confirmed by a Strapi Team member or multiple community members
Projects
Status: To be reviewed (Open)
Status: To review
2 participants