Skip to content

Commit e979b8d

Browse files
authored
Merge pull request #1336 from prezly/feature/dev-15035-full-width-hero-showing-through-categories-drop-down
[DEV-15035] Fix - Highlighted story card interfering with the header
2 parents 1fd77c9 + 0f8f153 commit e979b8d

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

src/components/StoryCards/HighlightedStoryCard.module.scss

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,11 @@
33
display: flex;
44
align-items: flex-end;
55
min-height: 500px;
6-
margin: (-$spacing-8) (-$spacing-5) $spacing-7;
6+
margin: (-$spacing-8) (-$spacing-4) $spacing-7;
77

88
@include tablet-up {
99
height: 500px;
10+
margin: (-$spacing-8) (-$spacing-5) $spacing-7;
1011
}
1112

1213
@include desktop-up {

src/modules/Header/ui/Header.module.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ $header-height: 88px;
44
display: flex;
55
background: var(--prezly-header-background-color);
66
min-height: $header-height;
7-
z-index: 2;
7+
z-index: 3;
88
}
99

1010
.header {

0 commit comments

Comments
 (0)