From 724133f6ae14508e4878167e1e8b4d9abdda3e16 Mon Sep 17 00:00:00 2001 From: Antonin Date: Sun, 19 Mar 2017 18:25:46 +0100 Subject: [PATCH] Merge branch 'fix/NotScrollableOnMobile' into 'develop' Let the table be scrollable even if there is no 'over' event See merge request !170 --- css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index a7d744d..ee0a47d 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {