Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Remove floating header
Browse files Browse the repository at this point in the history
  • Loading branch information
sergiodxa committed Apr 16, 2019
1 parent 0685525 commit 69a05ca
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,6 @@ function Header({ title, hasArticles, hasLinks, hasSlides, navigation }) {
"header",
{
css: {
position: "sticky",
top: 0,
zIndex: 10,
background: "white",
borderBottom: "1px solid #eaeaea",
boxShadow: "0px 0px 10px 0px rgba(0,0,0,0.12)",
Expand Down

0 comments on commit 69a05ca

Please sign in to comment.