frontend: add Loading

This commit is contained in:
tylen
2025-11-02 13:50:44 +02:00
parent 98e5ef06c0
commit cf9b0d53c1
6 changed files with 83 additions and 3 deletions

View File

@@ -6,7 +6,7 @@
height: 100%;
pointer-events: none; /* Make snowflakes non-interactive */
overflow: hidden; /* Hide overflow */
z-index: 1000; /* Ensure snowflakes are above other content */
z-index: 998; /* Ensure snowflakes are above other content */
}
.snowflake {