Save user flights

This commit is contained in:
2026-04-05 21:38:36 +10:00
parent fcbf021af7
commit 8da717a400
10 changed files with 273 additions and 51 deletions
@@ -78,13 +78,11 @@
/* In your component <style> or global CSS */
.radar-bg {
position: fixed;
inset: 0;
/* just a normal flow wrapper */
position: relative;
min-height: 100dvh;
background: var(--bg);
overflow: hidden;
z-index: 0;
}
.radar-svg {
position: absolute;
inset: 0;