Merge pull request #202 from shikorism/fix/200
iOS対策 カード省略グラデーションの透明色指定をtransparentからrgba()に変更
This commit is contained in:
commit
b2301444c4
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user