From 2a6baad2fd60b15baa93ff2740d11a2d8628bf2c Mon Sep 17 00:00:00 2001 From: Cedric Date: Wed, 22 Jul 2026 09:25:59 +0200 Subject: [PATCH] Actualiser css/public.css --- css/public.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/public.css b/css/public.css index 194881f..66e4741 100644 --- a/css/public.css +++ b/css/public.css @@ -1429,4 +1429,10 @@ footer { #ean-input { font-size: 16px !important; } + + .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