Skip to content

Commit

Permalink
fix(RecentActivity): edit z index for icons
Browse files Browse the repository at this point in the history
  • Loading branch information
TheLeoB committed May 3, 2018
1 parent 8a0f670 commit 3d78f5d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const Left = styled.div`
box-sizing: border-box;
background: ${props => props.theme['white-blue']};
border-right: 1px solid ${props => props.theme['gray-1']};
z-index: 2;
z-index: 8;
transition: left .3s ease-in-out;
@media(min-width: 768px) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ const Circle = styled.div`
border: 1px solid ${props => props.theme['gray-2']};
border-radius: 100%;
text-align: center;
z-index: 7;
`
const Info = styled.div`
display: flex;
Expand Down

0 comments on commit 3d78f5d

Please sign in to comment.