Skip to content

Commit

Permalink
fix(header): avoid hiding elements directly under scrolled header (#1067
Browse files Browse the repository at this point in the history
)
  • Loading branch information
felix-ico authored May 19, 2022
1 parent 88af117 commit c8a3d2f
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,6 @@ scale-app-header {
transition: opacity var(--header-transition-speed) ease-in-out;
}
.header.header--sticky .header__brand-content {
top: 56px;
opacity: 0;
transition: opacity var(--header-transition-speed) ease-in-out,
top var(--header-transition-speed) ease-in-out;
Expand Down

0 comments on commit c8a3d2f

Please sign in to comment.