From 74d0aa2eed92857d199498553a201310f94ad382 Mon Sep 17 00:00:00 2001 From: Cedric Date: Wed, 22 Jul 2026 09:25:42 +0200 Subject: [PATCH] Actualiser css/admin.css --- css/admin.css | 6 ++++++ 1 file changed, 6 insertions(+) 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