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

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);
}
}