Task #1118 - Partage de notes via le Pense-bête
#1118 Modifie le z-index pour éviter déplacement autre box
This commit is contained in:
parent
9be23095a1
commit
bcb02ddf12
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue