Skip to content

Commit f7847c0

Browse files
committed
fix aside border
1 parent 1222dbd commit f7847c0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/app/(category-sidebar)/layout.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export default async function Layout({
99
const allCollections = await getCollections();
1010
return (
1111
<div className="flex flex-grow font-mono">
12-
<aside className="fixed left-0 hidden w-64 min-w-64 max-w-64 overflow-y-auto border-r p-4 md:block">
12+
<aside className="fixed left-0 hidden w-64 min-w-64 max-w-64 overflow-y-auto border-r p-4 md:block md:h-full">
1313
<h2 className="border-b border-accent1 text-sm font-semibold text-accent1">
1414
Choose a Category
1515
</h2>

0 commit comments

Comments
 (0)