Actualiser css/public.css

This commit is contained in:
2026-07-22 09:25:59 +02:00
parent 74d0aa2eed
commit 2a6baad2fd
+6
View File
@@ -1429,4 +1429,10 @@ footer {
#ean-input { #ean-input {
font-size: 16px !important; 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 */
}
} }