workaround because chrome doesn't support onclick in select options

This commit is contained in:
lenovo
2022-11-14 13:42:18 +01:00
parent 49daf21ae6
commit 48e1572957
8 changed files with 46 additions and 37 deletions

View File

@@ -15,7 +15,7 @@
@media only screen and (max-width: 700px) {
#ljdp_map {
height: 500px;
height: 400px;
}
}

View File

@@ -35,7 +35,6 @@
}
#ljdp_map_filters .filter_menu {
display: flex !important;
flex-direction: column;
width: auto;
cursor: pointer;
border-radius: 3px;
@@ -131,6 +130,8 @@
@media only screen and (max-width: 700px) {
#ljdp_map_filters {
flex-wrap: wrap;
margin: 10px;
width: auto;
}
}