Fix horizontal scrolling issue
This commit is contained in:
@@ -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" }}
|
||||
|
||||
Reference in New Issue
Block a user