add horizontal scrolling for application tables on mobile (#36792)

This commit is contained in:
Frédéric Péters 2019-10-09 09:40:40 +02:00
parent 93dbf8c261
commit 71d1727927
1 changed files with 8 additions and 0 deletions

View File

@ -823,6 +823,14 @@ div.textcell.transition {
div.textcell.prix-montpellier {
background-image: none;
}
div.textcell.applications {
max-width: 90%;
overflow: auto;
}
div.textcell.applications table {
width: 1000px;
}
}
@media(max-width: 900px) {