From c2ee8c55d388d0cadd447d01628b49259dcf859e Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Wed, 29 Mar 2023 21:24:00 +0800 Subject: [PATCH] Sometimes, the scroll snap is kinda annoying for fine pointers --- src/app.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app.css b/src/app.css index 39fdc260..d633c18d 100644 --- a/src/app.css +++ b/src/app.css @@ -661,8 +661,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { position: relative; } @media (hover: hover) or (pointer: fine) { - .status-carousel ul > li { - scroll-snap-stop: normal; + .status-carousel ul { + scroll-snap-type: none; } } .status-carousel .content-container .content:only-child {