iOS対策で、透明色の指定をtransparentからrgbaで透明な白に変更
This commit is contained in:
parent
17ce2784a7
commit
e5e0ce08da
@ -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