From 7b04760a7ddb9402334749a35a187e1ba9d49bfb Mon Sep 17 00:00:00 2001 From: minie4 Date: Sat, 3 Jun 2023 19:49:19 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=91=20Fix=20swiperjs=20not=20working?= =?UTF-8?q?=20correctly=20after=20update?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/day-carousel.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/day-carousel.vue b/src/components/day-carousel.vue index 05ac9e4..4a6b322 100644 --- a/src/components/day-carousel.vue +++ b/src/components/day-carousel.vue @@ -131,5 +131,6 @@ watch(changeDate, (date) => { height: calc(100% - 150px); overflow-y: auto; padding-bottom: 100px; + touch-action: pan-y; }