8000 fix: added css override property to make certain links clickable (#674) · vishalkakadiya/vuejs.org@e05a8a4 · GitHub
[go: up one dir, main page]

Skip to content

Commit e05a8a4

Browse files
gesslerpdkazupon
authored andcommitted
fix: added css override property to make certain links clickable (vuejs#674)
1 parent 1c1da26 commit e05a8a4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

themes/vue/source/css/page.styl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,8 @@
8181
z-index: 1
8282
ul, ol
8383
padding-left 1.5em
84+
// FIX: Some link click targets are covered without this
85+
position inherit
8486
a
8587
color $green
8688
font-weight 600

0 commit comments

Comments
 (0)
0