fix: short error on click

This commit is contained in:
2025-10-18 01:20:04 +04:00
parent 6ac195b089
commit e79af4f11d
3 changed files with 108 additions and 5 deletions
+4
View File
@@ -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 {