mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2025-03-04 07:18:50 -07:00
fix: user view z-fighting
This commit is contained in:
parent
a0ace81f54
commit
d1607f5a49
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue