NotionX / react-notion-x

Fast and accurate React renderer for Notion. TS batteries included. ⚡️
https://react-notion-x-demo.transitivebullsh.it
MIT License
4.85k stars 568 forks source link

fix pdf styling #412

Closed liqun98 closed 1 year ago

liqun98 commented 1 year ago

Description

The PDF content doesn't display from the first page.Official react-notion demo with pdf doesn't display from the frist page and I can't scroll it to the first page. image

It caused by the display: flex at pdf asset, so I change this to block. Solve the issue #411

Notion Test Page ID Offical demo

vercel[bot] commented 1 year ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Updated
react-notion-x ✅ Ready (Inspect) Visit Preview Dec 5, 2022 at 6:08PM (UTC)
react-notion-x-minimal-demo ✅ Ready (Inspect) Visit Preview Dec 5, 2022 at 6:08PM (UTC)
transitive-bullshit commented 1 year ago

Thanks @liqun98 🙏