Skip to content

Commit

Permalink
fix: elevation layer on headerbar (#5081)
Browse files Browse the repository at this point in the history
  • Loading branch information
romainseb authored Dec 20, 2023
1 parent cf9a5e0 commit e095335
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/plenty-dodos-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@talend/react-components': patch
---

fix: elevation layer on headerbar
2 changes: 1 addition & 1 deletion packages/components/src/HeaderBar/HeaderBar.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ $tc-headerbar-logo-full-width: 8.5rem !default;
position: fixed;
top: 0;
width: 100%;
z-index: tokens.$coral-elevation-layer-standard-front;
z-index: tokens.$coral-elevation-layer-interactive-front;

svg {
margin: 0;
Expand Down

0 comments on commit e095335

Please sign in to comment.