iOS対策で、透明色の指定をtransparentからrgbaで透明な白に変更

This commit is contained in:
shibafu 2019-06-07 22:10:32 +09:00
parent 17ce2784a7
commit e5e0ce08da

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