Put the accounting search box in front of everything
This commit is contained in:
parent
146fc4a789
commit
eef4a1f2a7
1 changed files with 1 additions and 1 deletions
|
|
@ -75,7 +75,7 @@ function search_poste(obj)
|
|||
sx=document.body.scrollTop+60;
|
||||
}
|
||||
|
||||
var div_style="top:"+sx;
|
||||
var div_style="z-index:15;top:"+sx;
|
||||
add_div({id:'search_account',cssclass:'op_detail',html:loading(),style:div_style});
|
||||
|
||||
var dossier=$('gDossier').value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue