add close button for setup overlay
All checks were successful
pedestrian-simulator / build (push) Successful in 58s

This commit is contained in:
2026-01-13 14:09:53 -07:00
parent 12b1ad3b86
commit bc4e358dac
3 changed files with 38 additions and 4 deletions

View File

@@ -260,6 +260,13 @@ body {
max-width: 500px;
width: 90%;
border: 1px solid var(--border);
position: relative;
}
#closeSetupButton {
position: absolute;
top: 1rem;
right: 1.5rem;
}
.setup-card h2 {