Skip to content

Commit 38f492e

Browse files
Kingwlchrisvfritz
authored andcommitted
fix awesome css (z-index of dropdown) (vuejs#1423)
1 parent da58404 commit 38f492e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

themes/vue/source/css/_header.styl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ $header-height = 40px
55
height: $header-height
66
padding: $heading-padding-vertical 60px
77
position: relative
8-
z-index: 2
8+
z-index: 100
99

1010
body.docs
1111
#header

0 commit comments

Comments
 (0)