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 @@ ...@@ -7,6 +7,9 @@
@import '../../../../assets/scss/z-index'; @import '../../../../assets/scss/z-index';
@import '../../../../assets/scss/search'; @import '../../../../assets/scss/search';
.modal {
max-width: 380px;
}
.modalaccompaniment { .modalaccompaniment {
left: 220px; left: 220px;
@media #{$large-desktop} { @media #{$large-desktop} {
...@@ -40,9 +43,6 @@ ...@@ -40,9 +43,6 @@
left: 52%; left: 52%;
} }
} }
.maxModal {
overflow: hidden;
}
.categoryCheckBox { .categoryCheckBox {
ul { ul {
...@@ -77,6 +77,7 @@ ...@@ -77,6 +77,7 @@
max-width: 360px; max-width: 360px;
background: white; background: white;
border-radius: 8px 8px 0 0; border-radius: 8px 8px 0 0;
overflow: hidden;
} }
.moreFilters { .moreFilters {
margin-bottom: 0; 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