From 984179c565eba95b55be9b0cdda360fe6204ff3a Mon Sep 17 00:00:00 2001 From: Vincent Nivoliers <vincent.nivoliers@univ-lyon1.fr> Date: Fri, 23 Sep 2016 16:18:11 +0200 Subject: [PATCH] removing pointer-events in css --- css/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/css/style.css b/css/style.css index 3f16213..5f71d27 100644 --- a/css/style.css +++ b/css/style.css @@ -468,10 +468,10 @@ script { top : 0 ; margin : 0 ; height : calc(100% - 20px) ; - width : calc(100% - 30px) ; + width : 0 ; + left : 50% ; max-height : 100vh ; text-align : center ; - pointer-events : none ; box-sizing : content-box ; } @@ -496,7 +496,6 @@ script { transform : translate(-50%, 0) ; overflow : hidden ; white-space : nowrap ; - pointer-events : all ; } #phone-toolbar > .btn-group.fixed-bottom { -- GitLab