Fix horizontal scrolling issue

This commit is contained in:
Alex Haslam
2026-02-08 14:02:07 +00:00
parent 76a23c05af
commit b509f51f9b
+1 -1
View File
@@ -59,7 +59,7 @@
</div>
<div
class="relative w-full overflow-visible after:clear-both after:block after:content-['']"
class="relative w-full overflow-hidden after:clear-both after:block after:content-['']"
style="clip-path: inset(0 0 -9999px 0);">
{{ range $index, $image := $images }}
{{ $hiddenClass := cond (eq $index 0) "" "hidden" }}