From 00a755fb109bf4dd46ee20d5b707a24edba737f9 Mon Sep 17 00:00:00 2001 From: Olivier PEREZ Date: Thu, 29 Dec 2016 16:23:29 +0100 Subject: [PATCH] Let the table be scrollable even if there is no 'over' event --- css/style.css | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/css/style.css b/css/style.css index ba6bb1f..bdcf25e 100644 --- a/css/style.css +++ b/css/style.css @@ -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 {