Class based popup show and hide api

This commit is contained in:
2025-07-06 21:01:04 +02:00
parent 5b7ba0ad69
commit 098addc4e8
6 changed files with 20 additions and 10 deletions

View File

@@ -61,11 +61,13 @@ body {
background-color: rgba(0, 0, 0, 0.9);
color: white;
display: none;
overflow: scroll;
}
.popup-hidden {
display: none;
}
#journeys-search {
z-index: 8000;
}