grenoble-metropole-2019: don't hide cell's overflow content (#39666)

This commit is contained in:
Serghei Mihai 2020-02-10 00:41:08 +01:00
parent 7fbc20b981
commit bcbed06a37
1 changed files with 3 additions and 0 deletions

View File

@ -90,6 +90,9 @@ div#main-content-wrapper {
padding-left: 40px;
}
}
div.cell {
overflow: visible;
}
}
/* restore site's search form styles */