Thanks to visit codestin.com
Credit goes to github.com

Skip to content
This repository was archived by the owner on Mar 9, 2021. It is now read-only.

Z-index glitch #33

Merged
merged 2 commits into from
Oct 20, 2017
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
Z-index glitch
On several pages, components that appear/animate to "rise" seem to overlap the header component. 
I've added a z-index definition to push the header component to the highest layer so that no other component overlaps / shadows it.
  • Loading branch information
elevenpassin authored Oct 20, 2017
commit 5e38e42f8f01b390939633613dfb025bdf606510
1 change: 1 addition & 0 deletions components/header.js
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ export default props => {
padding: 5px 20px;
width: 100%;
background: #fff;
z-index: 1000
}
.header__container {
max-width: 1280px;
Expand Down