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