-
-
Notifications
You must be signed in to change notification settings - Fork 643
Closed
Description
I am just getting started with react-notion-x, and it seems great so far. Except I hit one strange issue - when I render a notion page with simple text using the the text in the browser is not selectable, eg I can't select portions of the text with the mouse like you can on basically every other website.
If I use the chrome inspector to delete <div class="notion-viewport"/> then it works as expected. Is there a work around for this? It seems like this div is over top of everything else preventing normal use.
My render code looks like this:
<NotionRenderer recordMap={data} fullPage={false} darkMode={false} />
Metadata
Metadata
Assignees
Labels
No labels