diff --git a/Bootstrap_new/css/theme-modern.css b/Bootstrap_new/css/theme-modern.css index bdb1d9f9..ddb29bd0 100644 --- a/Bootstrap_new/css/theme-modern.css +++ b/Bootstrap_new/css/theme-modern.css @@ -1781,6 +1781,8 @@ select[class*="selectpicker"], opacity: 1 !important; visibility: visible !important; display: block !important; /* Parfois le flou du header cache les éléments en 'absolute' */ + /* Sécurité supplémentaire : on s'assure que le menu n'est pas coupé */ + position: absolute !important; } .datepicker { diff --git a/Vue/Baremepriseencharge/index.php b/Vue/Baremepriseencharge/index.php index a6d958c0..c578430a 100755 --- a/Vue/Baremepriseencharge/index.php +++ b/Vue/Baremepriseencharge/index.php @@ -57,21 +57,26 @@ \ No newline at end of file