Skip to content

Commit

Permalink
fix: panel overlapping chip
Browse files Browse the repository at this point in the history
  • Loading branch information
MarioCastigliano committed Aug 2, 2024
1 parent 7f66386 commit 779d6e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/elements/teaser-hero/teaser-hero.scss
Original file line number Diff line number Diff line change
Expand Up @@ -72,5 +72,5 @@ sbb-image {
::slotted([slot='chip']) {
position: absolute;
inset: var(--sbb-teaser-hero-chip-inset);
z-index: 1;
z-index: 2;
}

0 comments on commit 779d6e5

Please sign in to comment.