🐛 Added z-index to confetti used by hooks#1209
Conversation
There was a problem hiding this comment.
Pull request overview
This PR adds a z-index property to the confetti component's styling to ensure the confetti animation displays on top of other page elements. The change addresses a bug where confetti was being obscured by other content.
Changes:
- Added
zIndex: 999999999to theIMPERATIVE_STYLINGconstant in the Confetti component
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Coverage Report
File Coverage
|
||||||||||||||||||||||||||||||||||||||
|
Do you need this to be released now? If so you can bump the patch version in this PR 😄 |
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Will do |
Azure DevOps links
Description
This very small PR adds the z-index property at max level so the confetti shows up on top of everything.