fix css sequence responsive

This commit is contained in:
Andreani Jean
2023-07-03 15:19:14 +02:00
parent d86426ed33
commit ceb0034131
2 changed files with 11 additions and 8 deletions

View File

@@ -228,7 +228,7 @@ const userName = computed((): string =>
top: 0;
left: 0;
width: 100%;
z-index: 2;
z-index: 4;
background: var(--white);
}
.cross {