Skip to content
Snippets Groups Projects
Commit 9229b5cb authored by Antonin's avatar Antonin
Browse files

Merge branch 'fix/NotScrollableOnMobile' into 'develop'

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

See merge request !170
parents d69de89f 00a755fb
No related branches found
No related tags found
No related merge requests found
......@@ -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 {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment