Skip to content

Commit

Permalink
fix(styles): fixed post-logo disappearing on post-header scroll (#…
Browse files Browse the repository at this point in the history
…4606)

Co-authored-by: Lea <[email protected]>
  • Loading branch information
alionazherdetska and leagrdv authored Feb 10, 2025
1 parent 24592da commit e00ed28
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
5 changes: 5 additions & 0 deletions .changeset/red-plums-speak.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@swisspost/design-system-components': patch
---

Fixed `post-logo` from disappearing on `post-header` scroll.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@
background-color: #ffcc00;
display: flex;
justify-content: space-between;
align-items: center;
position: sticky;
padding-inline: var(--post-core-dimension-4);
height: var(--global-header-height);
Expand All @@ -75,10 +74,6 @@
}
}

slot[name='post-logo'] {
align-self: flex-end;
}

.global-sub {
display: flex;
align-items: center;
Expand Down

0 comments on commit e00ed28

Please sign in to comment.