Move journeys search menu to popup

This commit is contained in:
2025-06-18 16:57:38 +02:00
parent 0715083935
commit f507299c15
5 changed files with 35 additions and 6 deletions

View File

@@ -25,6 +25,14 @@
display: none;
}
#journeys-search {
z-index: 8000;
}
#locations-search {
z-index: 9000;
}
.popup .popup-close {
margin: 60px;
margin-left: auto;