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:
parent
e9199d8396
commit
724133f6ae
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user