From 4fd0b9bfb8e937a8dae994e6e79ae0f0cabc0936 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Tue, 20 Jan 2026 14:36:06 +0000 Subject: [PATCH] fr --- Bootstrap_new/css/style_office.css | 13 ++++++ Vue/gabarit.php | 68 +++++++++++++++++------------- 2 files changed, 51 insertions(+), 30 deletions(-) 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']; - - - -