UI mejorada

This commit is contained in:
2025-08-10 00:45:59 -06:00
parent 2f878a857a
commit 493d236dc4
8 changed files with 56 additions and 25 deletions

View File

@@ -201,7 +201,7 @@ onMounted(() => {
left: 0;
width: 100%;
height: 100%;
z-index: -1;
z-index: 0; /* Render above body background but below main content */
overflow: hidden;
pointer-events: none;
}
@@ -357,4 +357,4 @@ onMounted(() => {
will-change: transform;
transform: translateZ(0);
}
</style>
</style>