fixed little bug in drop down menu
This commit is contained in:
@@ -84,6 +84,7 @@ function fill_filters(filters_div) {
|
|||||||
<p>${key}</p>
|
<p>${key}</p>
|
||||||
</div>
|
</div>
|
||||||
<div class="filter_menu_drop" tabindex=0>
|
<div class="filter_menu_drop" tabindex=0>
|
||||||
|
<p>PAS DE FILTRE</p>
|
||||||
`;
|
`;
|
||||||
for (value of filters[key]) {
|
for (value of filters[key]) {
|
||||||
content += `
|
content += `
|
||||||
|
|||||||
@@ -160,8 +160,10 @@
|
|||||||
|
|
||||||
background-color: transparent;
|
background-color: transparent;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
padding-left: 100%;
|
||||||
top: 0%;
|
top: 0%;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#ljdp_map_filters .filter_menu .filter_menu_drop:focus {
|
#ljdp_map_filters .filter_menu .filter_menu_drop:focus {
|
||||||
@@ -169,6 +171,7 @@
|
|||||||
height: auto;
|
height: auto;
|
||||||
top: 100%;
|
top: 100%;
|
||||||
overflow: scroll;
|
overflow: scroll;
|
||||||
|
padding: 10px;
|
||||||
border: 1px solid #ba197a;
|
border: 1px solid #ba197a;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user