Skip to content

Commit

Permalink
fix(videodetail): fix collapsibletext mask for webkit
Browse files Browse the repository at this point in the history
  • Loading branch information
royschut committed Jun 23, 2021
1 parent 99447f0 commit 91a143c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/CollapsibleText/CollapsibleText.module.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@

&.collapsed {
mask-image: linear-gradient(-180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%);
-webkit-mask-image: linear-gradient(-180deg, rgba(0, 0, 0, 1) 10%, rgba(0, 0, 0, 0) 100%); /* stylelint-disable-line */
}
}

Expand Down

0 comments on commit 91a143c

Please sign in to comment.