noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 03/86: Cosmetic: without z-index, the class c


From: dwm
Subject: [Noalyss-commit] [noalyss] 03/86: Cosmetic: without z-index, the class col is behind the autocomplete div in COMPANY
Date: Thu, 19 Sep 2024 02:41:46 -0400 (EDT)

sparkyx pushed a commit to branch unstable
in repository noalyss.

commit 3577939251f52c11b2109056f5ca9a0217178eb7
Author: sparkyx <danydb@noalyss.eu>
AuthorDate: Sun Sep 1 21:45:43 2024 +0200

    Cosmetic: without z-index, the class col is behind the autocomplete div in  
COMPANY
---
 include/template/module.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/template/module.php b/include/template/module.php
index 3567d452e..ef825db22 100644
--- a/include/template/module.php
+++ b/include/template/module.php
@@ -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'));
                        ?>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]