Skip to content

Commit da2f24c

Browse files
committed
Add overflow-hidden to quicklinks container for hover
1 parent 2a69fa1 commit da2f24c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/pages/splash.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ export default function Home({ loaderData }: Route.ComponentProps) {
135135
A user‑obsessed, standards‑focused, multi‑strategy router you can
136136
deploy anywhere.
137137
</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">
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 overflow-hidden">
139139
{quicklinks.map(({ icon, title, to }) => (
140140
<Link
141141
key={title}

0 commit comments

Comments
 (0)