Skip to content
Snippets Groups Projects
Commit b841f175 authored by Marlène SIMONDANT's avatar Marlène SIMONDANT
Browse files

fix(carto): retour QA issue 284 bug carto filters

parent 21564a54
No related branches found
No related tags found
1 merge request!525V2.3.0
......@@ -7,6 +7,9 @@
@import '../../../../assets/scss/z-index';
@import '../../../../assets/scss/search';
.modal {
max-width: 380px;
}
.modalaccompaniment {
left: 220px;
@media #{$large-desktop} {
......@@ -40,9 +43,6 @@
left: 52%;
}
}
.maxModal {
overflow: hidden;
}
.categoryCheckBox {
ul {
......@@ -77,6 +77,7 @@
max-width: 360px;
background: white;
border-radius: 8px 8px 0 0;
overflow: hidden;
}
.moreFilters {
margin-bottom: 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment