Merge branch 'fix/NotScrollableOnMobile' into 'develop'

Let the table be scrollable even if there is no 'over' event

See merge request !170
This commit is contained in:
Antonin 2017-03-19 18:25:46 +01:00 committed by Olivier Perez
parent e9199d8396
commit 724133f6ae
1 changed files with 1 additions and 6 deletions

View File

@ -212,13 +212,8 @@ caption {
/* Tableau du sondage */
#tableContainer {
overflow-x:hidden;
margin:5px auto;
}
#tableContainer:focus,
#tableContainer:hover {
overflow-x:auto;
margin:5px auto;
}
table.results {