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 8, 2024
1 parent 74aef0c commit cc852c3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 cc852c3

Please sign in to comment.