We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1222dbd commit f7847c0Copy full SHA for f7847c0
1 file changed
src/app/(category-sidebar)/layout.tsx
@@ -9,7 +9,7 @@ export default async function Layout({
9
const allCollections = await getCollections();
10
return (
11
<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">
+ <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">
13
<h2 className="border-b border-accent1 text-sm font-semibold text-accent1">
14
Choose a Category
15
</h2>
0 commit comments