add close button for setup overlay
All checks were successful
pedestrian-simulator / build (push) Successful in 58s
All checks were successful
pedestrian-simulator / build (push) Successful in 58s
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user