From bcb02ddf12add01288d15441fd04292bc968bee0 Mon Sep 17 00:00:00 2001 From: Dany De Bontridder Date: Tue, 26 May 2015 20:32:43 +0200 Subject: [PATCH] =?UTF-8?q?Task=20#1118=20-=20Partage=20de=20notes=20via?= =?UTF-8?q?=20le=20Pense-b=C3=AAte=20#1118=20Modifie=20le=20z-index=20pour?= =?UTF-8?q?=20=C3=A9viter=20d=C3=A9placement=20autre=20box?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- html/js/todo_list.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/js/todo_list.js b/html/js/todo_list.js index 81c3b3c4b..bc5781fc6 100644 --- a/html/js/todo_list.js +++ b/html/js/todo_list.js @@ -186,7 +186,7 @@ function zoom_todo () if ( ! todo_maximize) { - $('todo_listg_div').setStyle({'z-index':3,'position':'absolute'}); + $('todo_listg_div').setStyle({'z-index':1,'position':'absolute'}); new Effect.Scale('todo_listg_div',200,{scaleContent:false,scaleMode:'contents'}); todo_maximize=true; } else