amélioration menu écran large

This commit is contained in:
Deltacms 2023-08-30 08:39:54 +02:00
parent b9b6df3e54
commit cf4b553ae6
1 changed files with 1 additions and 1 deletions

View File

@ -541,7 +541,7 @@ $(document).ready(function(){
/**
* Affiche le sous-menu quand il est sticky
*/
$("nav").mouseenter(function(){
$("nav:not(.navsub)").mouseenter(function(){
$("#navfixedlogout .navSub").css({ 'pointer-events' : 'auto' });
$("#navfixedconnected .navSub").css({ 'pointer-events' : 'auto' });
});