Skip to content

Commit 558510c

Browse files
authored
Merge pull request #251 from springload/fix/header_cover_section_in_demo
fix: header and footer cover section in demo site
2 parents 04a71af + 4094957 commit 558510c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

demo/src/main.css

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,8 +87,10 @@ header {
8787
}
8888

8989
section {
90+
position: relative;
9091
display: flex;
9192
justify-content: flex-end;
93+
z-index: 10;
9294
}
9395

9496
footer {

0 commit comments

Comments
 (0)