Skip to content

Vertical scroll issues #37

@chaitanya71998

Description

@chaitanya71998

Hi, I was unable to figure why vertical scroll is not coming up and only horizontal scroll is working.

here is the component structure i found over the syntax highlighter

I am rendering syntax higlighter inside a paginated flatlist and each page will have a code block for it.

// i am using
 <SyntaxHighlighter
      language={getSyntaxHighlighterLanguage(language)}
      style={okaidia}
      highlighter={'prism'}
    >
      {codeContent}
    </SyntaxHighlighter>

Screenshot from 2024-01-04 15-00-44

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions