Skip to content

Commit

Permalink
fix(sbb-header): fix header shadow on keyboard navigation (#2508)
Browse files Browse the repository at this point in the history
  • Loading branch information
dauriamarco authored Mar 20, 2024
1 parent 3565918 commit 3eefbea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/header/header/header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
timing-function: var(--sbb-header-transition-timing);
}

:host(:is([data-shadow], [data-has-visible-focus-within])) & {
:host(:is([data-shadow], [data-has-visible-focus-within][data-fixed])) & {
@include sbb.shadow-level-9-soft;
}

Expand Down

0 comments on commit 3eefbea

Please sign in to comment.