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

fix(carto): fix display on multiple filters drop down menus

parent fdb12243
No related branches found
No related tags found
1 merge request!525V2.3.0
...@@ -40,6 +40,9 @@ ...@@ -40,6 +40,9 @@
left: 52%; left: 52%;
} }
} }
.maxModal {
overflow: hidden;
}
.categoryCheckBox { .categoryCheckBox {
ul { ul {
...@@ -74,7 +77,6 @@ ...@@ -74,7 +77,6 @@
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