Skip to content

Commit

Permalink
fix(design-system): Add z-index to Popover module (#4975)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb authored Nov 8, 2023
1 parent 841be39 commit 02cc117
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/few-vans-beam.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/design-system': patch
---

fix: add z-index to Popover.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
transition: opacity tokens.$coral-transition-fast;
box-shadow: tokens.$coral-elevation-shadow-neutral-m;
border-radius: tokens.$coral-radius-s;
z-index: tokens.$coral-elevation-layer-interactive-front;
opacity: 1;
}

Expand Down

0 comments on commit 02cc117

Please sign in to comment.