Skip to content

Commit

Permalink
Remove z-index attribute from _coverpage.styl
Browse files Browse the repository at this point in the history
  • Loading branch information
mohammedsahl committed Jun 15, 2020
1 parent db540b6 commit ca460b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion src/themes/basic/_coverpage.styl
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ section.cover
flex 1
margin -20px 16px 0
text-align center
z-index 1

a
color inherit
Expand Down
4 changes: 2 additions & 2 deletions src/themes/basic/_layout.styl
Original file line number Diff line number Diff line change
Expand Up @@ -423,7 +423,7 @@ body.close
left - $sidebar-width
transition transform 250ms ease-out

.content, .cover
.content
left 0
max-width 100vw
position static
Expand All @@ -439,7 +439,7 @@ body.close
padding 30px 30px 10px 10px

body.close
.sidebar, .cover
.sidebar
transform translateX($sidebar-width)

.sidebar-toggle
Expand Down

0 comments on commit ca460b7

Please sign in to comment.