diff --git a/Bootstrap_new/css/style_office.css b/Bootstrap_new/css/style_office.css index b670495..a33ef71 100644 --- a/Bootstrap_new/css/style_office.css +++ b/Bootstrap_new/css/style_office.css @@ -72,6 +72,19 @@ body { z-index: 1030; } +/* Assure que le menu déroulant est au-dessus du header et de la sidebar */ +.dropdown-menu { + z-index: 1060 !important; + margin-top: 10px !important; /* Petit espace sous le header */ + border: none; + box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15); +} + +/* Optionnel : pour que le curseur change sur tout le bloc utilisateur */ +.user-menu { + cursor: pointer; +} + .header-content { display: flex; align-items: center; diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 559a424..5c0af66 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -126,7 +126,7 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - + @@ -263,39 +263,47 @@ $photoAssureCrypte = $_SESSION['photoAssureCrypte']; - - - -