Skip to content

Commit f61c8a9

Browse files
committed
Add a comment
1 parent 7817cab commit f61c8a9

File tree

1 file changed

+1
-0
lines changed
  • src/components/index-page/how-it-works

1 file changed

+1
-0
lines changed

src/components/index-page/how-it-works/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ export function HowItWorks() {
2525
<section ref={sectionRef} className="gql-container gql-section xl:py-20">
2626
<SectionLabel className="mb-6">How it works</SectionLabel>
2727
<h2 className="typography-h2 mb-6 lg:mb-16">A GraphQL Query</h2>
28+
{/* todo: we need to wrap this in a vertical scrollview with max width about 420px as we now use position: absolute for dynamic content */}
2829
<div className="relative">
2930
<ol className="gql-radial-gradient list-none gap-px max-md:bg-gradient-to-r max-md:from-transparent max-md:via-neu-400 max-md:to-transparent lg:grid lg:grid-cols-3">
3031
<HowItWorksListItem text="Describe your data" code={<CodeA />} />

0 commit comments

Comments
 (0)