Skip to content

Commit 795b4ef

Browse files
authored
fix Help Others section scroll (#783)
1 parent 4e58b88 commit 795b4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/home.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class="p-4 pl-10 text-gray-600 rounded w-full border-gray-100"
119119
</p>
120120
</div>
121121

122-
<div class="flex gap-4 mb-4 -mx-4 p-4 overflow-x-scroll lg:mb-10 lg:gap-8">
122+
<div class="flex gap-4 mb-4 -mx-4 p-4 overflow-x-auto lg:mb-10 lg:gap-8">
123123
@foreach ($latestThreads as $thread)
124124
<div class="flex-shrink-0 w-11/12 lg:w-1/3 lg:flex-shrink">
125125
<x-threads.summary :thread="$thread" />

0 commit comments

Comments
 (0)