fix: user view z-fighting
This commit is contained in:
parent
9cc707d971
commit
c308fc8214
|
@ -339,6 +339,7 @@ onUnmounted(() => {
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
background-size: cover;
|
background-size: cover;
|
||||||
background-position: center;
|
background-position: center;
|
||||||
|
z-index: 100;
|
||||||
|
|
||||||
> .fade {
|
> .fade {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
|
Loading…
Reference in New Issue