diff --git a/css/admin.css b/css/admin.css index a5e54a0..f146d65 100644 --- a/css/admin.css +++ b/css/admin.css @@ -270,4 +270,10 @@ input[type="checkbox"]:checked::after { content: '✓'; color: var(--background) .admin-table tbody tr { grid-template-columns: 60px 1fr 100px; /* On élargit la 3ème colonne pour les actions */ } + + .detail-modal, .modal { + /* Empêche le défilement de se propager au body */ + overscroll-behavior: contain; + -webkit-overflow-scrolling: touch; /* Défilement fluide sur iOS */ +} } \ No newline at end of file