workaround because chrome doesn't support onclick in select options
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
@media only screen and (max-width: 700px) {
|
||||
#ljdp_map {
|
||||
height: 500px;
|
||||
height: 400px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user