This commit is contained in:
KONE SOREL 2026-03-19 11:38:32 +00:00
parent 5776120976
commit 309fb628e9

View File

@ -133,6 +133,18 @@
<div class="modal fade" id="div_actesgarantiebareme" role="dialog" data-bs-backdrop="static" data-bs-keyboard="false"></div>
<script>
document.addEventListener("DOMContentLoaded", function() {
$('.datepicker').datepicker({
format: 'dd/mm/yyyy',
autoclose: true,
container: 'body', // <--- C'est cette ligne qui sauve la mise !
orientation: 'bottom auto', // Force l'ouverture vers le bas si possible
todayHighlight: true
});
});
</script>
<style>
.bg-primary-ghost { background-color: rgba(33, 46, 83, 0.08) !important; }
.btn-primary-ghost { background-color: rgba(33, 46, 83, 0.05); color: #212e53; border: 1px solid rgba(33, 46, 83, 0.1); }