We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent addf973 commit 266d357Copy full SHA for 266d357
src/components/Guide/GuideContent.astro
@@ -22,7 +22,7 @@ const { frontmatter: guideFrontmatter, author } = guide;
22
<article class='lg:grid lg:max-w-full lg:grid-cols-[1fr_minmax(0,700px)_1fr]'>
23
{
24
(showTableOfContent || showRelatedGuides) && (
25
- <div class='bg-gradient-to-r from-gray-50 py-0 lg:col-start-3 lg:col-end-4 lg:row-start-1'>
+ <div class='sticky top-0 lg:relative bg-gradient-to-r from-gray-50 py-0 lg:col-start-3 lg:col-end-4 lg:row-start-1'>
26
<RelatedGuides
27
relatedTitle={guideFrontmatter?.relatedTitle}
28
relatedGuides={guide?.relatedGuides || {}}
0 commit comments