Let the table be scrollable even if there is no 'over' event
This commit is contained in:
parent
df2576445d
commit
00a755fb10
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user