From a18659ee27410b88f17d5e4782cb740f8ce78a6a Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Tue, 24 Jan 2023 22:21:27 +0800 Subject: [PATCH] Test: Disable user-selection in carousel --- src/app.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app.css b/src/app.css index df202fd8..e7fec66c 100644 --- a/src/app.css +++ b/src/app.css @@ -589,6 +589,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) { scrollbar-width: none; overscroll-behavior: contain; touch-action: pan-x; + user-select: none; } .carousel::-webkit-scrollbar { display: none;