Skip to content

Commit

Permalink
bugfix
Browse files Browse the repository at this point in the history
  • Loading branch information
zhangximufeng committed Sep 11, 2018
1 parent 17d383f commit f433e77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package/comment/index.styl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ $gt-color-popbg := #ffffff
$gt-size-base := 16px // default font-size
$gt-size-border-radius := 5px
$gt-breakpoint-mobile := 479px
$gt-mask-z-index := 9999
$gt-mask-z-index := 9

/* functions & mixins */
clearfix() {
Expand Down Expand Up @@ -216,7 +216,7 @@ $gt-size-avatar-mobi := em(32px)
border-bottom: 1px solid $gt-color-hr
font-size: em(16px)
position: relative
z-index: 10
z-index: 9
clearfix()

.gt-counts
Expand Down

0 comments on commit f433e77

Please sign in to comment.