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

This commit is contained in:
Olivier PEREZ 2016-12-29 16:23:29 +01:00
parent df2576445d
commit 00a755fb10
1 changed files with 1 additions and 6 deletions

View File

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