Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY

This commit is contained in:
sparkyx 2024-09-01 21:45:43 +02:00
parent f51b18324a
commit 3c9d056aff

View file

@ -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'));
?>