Skip to content

Commit

Permalink
fix: add missing z-index to the quick account alert (#1776)
Browse files Browse the repository at this point in the history
- Closes #1719
- Closes `FE-1174`

---

| 📷 Demo |
| --- |
| <img width="1044" alt="demo"
src="https://github.com/user-attachments/assets/c7d09a47-df3d-47e4-9c39-0573275fdb5f"
/> |
  • Loading branch information
helciofranco authored Jan 18, 2025
1 parent d81ee48 commit d405b4c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .changeset/smart-cougars-drum.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
Original file line number Diff line number Diff line change
Expand Up @@ -112,10 +112,10 @@ const styles = {
wrapper: cssObj({
position: 'fixed',
paddingLeft: '$4',
paddingRight: '$4',
paddingRight: '15px',
paddingBottom: '$4',
bottom: 0,
zIndex: '$2',
zIndex: '$10',
opacity: 0,
transition: 'opacity 0.2s ease-in-out',
pointerEvents: 'none',
Expand Down

0 comments on commit d405b4c

Please sign in to comment.