[WEB-3271] fix: adjust z-index to prevent overlap issue with version history panel#6531
Conversation
WalkthroughThe pull request involves a minor styling adjustment in the Changes
Possibly related PRs
Suggested reviewers
Poem
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (1)
✅ Files skipped from review due to trivial changes (1)
⏰ Context from checks skipped due to timeout of 90000ms (2)
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
Description
This PR resolves a z-index issue where clicking on the page emoji in the header was causing an unintended overlap when the version history panel was open.
Changes:
Updated the z-index from z-20 to z-[16] to properly manage layering and prevent the version history panel from interfering with the emoji picker.
Type of Change
Screenshots and Media (if applicable)
Test Scenarios
References
[WEB-3271]
Summary by CodeRabbit