Skip to content

Commit

Permalink
section scroll style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nofurtherinformation committed Aug 23, 2024
1 parent bea9bdd commit cee4f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/ReportLayout/ReportRenderer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ export const ReportRenderer: React.FC<{
)}
<div className="mt-8 grid gap-8 lg:grid-cols-4">
{/* first grid col */}
<div className="prose top-0 col-span-1 hidden h-min bg-white/50 p-4 shadow-xl lg:sticky">
<div className="prose top-0 col-span-1 hidden h-min bg-white/50 p-4 shadow-xl lg:sticky lg:block">
<h3>Report Sections</h3>
<ul className="list-disc pl-6">
<SectionScroll sections={Sections} />
Expand Down

0 comments on commit cee4f54

Please sign in to comment.