We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77d089f commit 19e184fCopy full SHA for 19e184f
app/components/on-this-page.tsx
@@ -49,7 +49,7 @@ export function LargeOnThisPage({
49
}, [mdRef]);
50
51
return (
52
- <div className="max-h-[calc(100vh-9rem)] overflow-y-auto">
+ <div className="max-h-[calc(100vh-10.625rem)] overflow-y-auto">
53
<nav className="mb-3 flex items-center font-semibold">On this page</nav>
54
<ul className="md-toc flex flex-col flex-wrap gap-3 leading-[1.125]">
55
{doc.headings.map((heading, i) => (
0 commit comments