From b509f51f9b6d1a296b9fa687128edf7c507f5034 Mon Sep 17 00:00:00 2001 From: Alex Haslam Date: Sun, 8 Feb 2026 14:02:07 +0000 Subject: [PATCH] Fix horizontal scrolling issue --- layouts/shortcodes/carousel.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/layouts/shortcodes/carousel.html b/layouts/shortcodes/carousel.html index 3bf6b42c..2060ede5 100644 --- a/layouts/shortcodes/carousel.html +++ b/layouts/shortcodes/carousel.html @@ -59,7 +59,7 @@
{{ range $index, $image := $images }} {{ $hiddenClass := cond (eq $index 0) "" "hidden" }}