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

View File

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