cms icon indicating copy to clipboard operation
cms copied to clipboard

Notes run over the navbar

Open arjunpotter17 opened this issue 2 years ago • 0 comments

The notes section runs over the navbar on top, rendering the navbar invisible. I have attached a screenshot of the same.

image

Fix - On going through the code, I see that the NotionRenderer from react-notion-x is used and styles applied to the div containing this renderer does not take effect. On closer inspection, the NotionRenderer itself accepts a "className" prop that is used to style the doc. On changing the z-index of the NotionRenderer using this className prop, the issue can be fixed. I have tried this on my local machine and the fix proposed works. Can I please be assigned the issue?

arjunpotter17 avatar Feb 26 '24 04:02 arjunpotter17