Skip to content

Commit

Permalink
Add sticky header
Browse files Browse the repository at this point in the history
  • Loading branch information
cksharma11 committed Oct 4, 2019
1 parent f8bff44 commit d7f11fc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ body {
padding-left: 20px;
font-size: 20px;
align-items: center;

z-index: 10;
position: sticky;
top: 0;
background: white;
}

.div-colorbox {
Expand Down

0 comments on commit d7f11fc

Please sign in to comment.