diff --git a/css/styles.css b/css/styles.css
index 99d97e2..52209ab 100644
--- a/css/styles.css
+++ b/css/styles.css
@@ -1365,6 +1365,10 @@ img {
padding-bottom: 10px;
cursor: grab;
user-select: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+ touch-action: pan-y pinch-zoom; /* Permettre le scroll vertical et le zoom */
}
.carousel-container:active {
diff --git a/index.php b/index.php
index 42a6a50..7cfbbc2 100644
--- a/index.php
+++ b/index.php
@@ -741,7 +741,7 @@ setSecurityHeaders();
-
+