We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e58b88 commit 795b4efCopy full SHA for 795b4ef
resources/views/home.blade.php
@@ -119,7 +119,7 @@ class="p-4 pl-10 text-gray-600 rounded w-full border-gray-100"
119
</p>
120
</div>
121
122
- <div class="flex gap-4 mb-4 -mx-4 p-4 overflow-x-scroll lg:mb-10 lg:gap-8">
+ <div class="flex gap-4 mb-4 -mx-4 p-4 overflow-x-auto lg:mb-10 lg:gap-8">
123
@foreach ($latestThreads as $thread)
124
<div class="flex-shrink-0 w-11/12 lg:w-1/3 lg:flex-shrink">
125
<x-threads.summary :thread="$thread" />
0 commit comments