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

Fix z-index conflict between aside and sidebar in mobile view #3282

Open
wants to merge 2 commits into
base: v2
Choose a base branch
from

Conversation

aqibshabir
Copy link

This PR fixes a CSS z-index conflict in mobile view where the aside is overlapping the sidebar.

  • The aside had a z-index of 1000, which caused it to appear above the sidebar (z-index: 99).
  • Changed the aside z-index to 98, ensuring it stays behind the sidebar in mobile view.

@aqibshabir
Copy link
Author

@microsoft-github-policy-service agree

@jakebailey jakebailey added the deploy-preview Enables automatic deployments to preview environments on a PR label Dec 2, 2024
Copy link
Contributor

github-actions bot commented Dec 2, 2024

Azure Static Web Apps: Your stage site is ready! Visit it here: https://victorious-plant-05c166c10-3282.centralus.5.azurestaticapps.net

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
deploy-preview Enables automatic deployments to preview environments on a PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants