[WEB-2511] fix: fix overlapping issues for headers globally#5667
[WEB-2511] fix: fix overlapping issues for headers globally#5667
Conversation
|
Caution Review failedThe pull request is closed. WalkthroughThe changes across multiple components primarily involve modifications to CSS class strings, specifically focusing on the addition of background color classes and adjustments to z-index values. These updates enhance the visual presentation and stacking order of various header and button elements without altering their underlying functionality. Changes
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
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 (
|
There was a problem hiding this comment.
Mobile Header had improper spacing for icon.
[WEB-2511]
This PR fixes the problem of headers having inconsistent z-indices by changing making changes in Header file in Packages.
New Z-indices: (Headers did not have background colour which was causing overlapping isues)
EHeaderVariant.PRIMARY : bg-custom-background-100 z-[18]
EHeaderVariant.SECONDARY: bg-custom-background-100 z-[15]
EHeaderVariant.TERNARY: bg-custom-background-100 z-[12] (This change was introduced in a previous PR)
Global Changes
Otherchanges
Desktop

Mobile

Previous State
Summary by CodeRabbit
Release Notes
New Features
Bug Fixes
These changes contribute to a more polished and user-friendly interface across various components of the application.