Skip to content

docs: add z-index to drawer-side for improved visibility #4037

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yoshi6jp
Copy link
Contributor

@yoshi6jp yoshi6jp commented Aug 3, 2025

Fix Drawer documentation for #3929

This PR updates the Drawer documentation

Ensured that all sample code for the Drawer component includes the .z-99 class on the .drawer-side element, matching the preview and preventing the sidebar from being hidden behind other elements.
This change will help users avoid confusion when copying sample code from the documentation.

@Copilot Copilot AI review requested due to automatic review settings August 3, 2025 07:55
Copy link

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the Drawer component documentation to include proper z-index styling for improved visibility. The changes ensure that all sample code examples include the necessary CSS classes to prevent the drawer sidebar from being hidden behind other elements.

  • Added z-99 class to .drawer-side elements in documentation examples
  • Used responsive max-lg:z-99 class for one responsive drawer example
  • Aligned sample code with the actual preview implementations

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

Successfully merging this pull request may close these issues.

1 participant