Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY
This commit is contained in:
parent
f51b18324a
commit
3c9d056aff
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@ if ( $cn->get_value("select count(*) from profile join profile_user using (p_id)
|
|||
echo $direct->input();
|
||||
$gDossier=dossier::id();
|
||||
?>
|
||||
<div id="ac_choices" class="autocomplete" style="width:150px"></div>
|
||||
<div id="ac_choices" class="autocomplete" style="width:150px;z-index:1"></div>
|
||||
<?php
|
||||
echo HtmlInput::submit('go',_('Aller'));
|
||||
?>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue