Merge pull request #202 from shikorism/fix/200

iOS対策 カード省略グラデーションの透明色指定をtransparentからrgba()に変更
This commit is contained in:
shibafu 2019-06-07 23:12:00 +09:00 committed by GitHub
commit b2301444c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
width: 100%;
height: 100%;
content: '';
background: linear-gradient(transparent 320px, white);
background: linear-gradient(rgba(255, 255, 255, 0) 320px, white);
}
}