fix background layering on safari
This commit is contained in:
parent
d5ed5f98e0
commit
432b5c32c2
@ -299,7 +299,6 @@ blockquote {
|
|||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: -4;
|
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -313,7 +312,6 @@ blockquote {
|
|||||||
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
z-index: -3;
|
|
||||||
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
|
background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -334,7 +332,6 @@ textarea {
|
|||||||
height: 30vh;
|
height: 30vh;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
z-index: -1;
|
|
||||||
box-shadow: inset 0 -3px 10px -10px #000000, inset 0 10px 10px -10px #000000;
|
box-shadow: inset 0 -3px 10px -10px #000000, inset 0 10px 10px -10px #000000;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user