Skip to content

Commit ca460b7

Browse files
committed
Remove z-index attribute from _coverpage.styl
1 parent db540b6 commit ca460b7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

src/themes/basic/_coverpage.styl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ section.cover
2222
flex 1
2323
margin -20px 16px 0
2424
text-align center
25-
z-index 1
2625

2726
a
2827
color inherit

src/themes/basic/_layout.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,7 @@ body.close
423423
left - $sidebar-width
424424
transition transform 250ms ease-out
425425

426-
.content, .cover
426+
.content
427427
left 0
428428
max-width 100vw
429429
position static
@@ -439,7 +439,7 @@ body.close
439439
padding 30px 30px 10px 10px
440440

441441
body.close
442-
.sidebar, .cover
442+
.sidebar
443443
transform translateX($sidebar-width)
444444

445445
.sidebar-toggle

0 commit comments

Comments
 (0)