We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a69fa1 commit da2f24cCopy full SHA for da2f24c
1 file changed
app/pages/splash.tsx
@@ -135,7 +135,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
135
A user‑obsessed, standards‑focused, multi‑strategy router you can
136
deploy anywhere.
137
</p>
138
- <div className="flex flex-col md:h-[72px] md:flex-row border border-gray-200 dark:border-gray-700 rounded-lg divide-y md:divide-y-0 md:divide-x divide-gray-200 dark:divide-gray-700">
+ <div className="flex flex-col md:h-[72px] md:flex-row border border-gray-200 dark:border-gray-700 rounded-lg divide-y md:divide-y-0 md:divide-x divide-gray-200 dark:divide-gray-700 overflow-hidden">
139
{quicklinks.map(({ icon, title, to }) => (
140
<Link
141
key={title}
0 commit comments