cms
cms copied to clipboard
Notes run over the navbar
The notes section runs over the navbar on top, rendering the navbar invisible. I have attached a screenshot of the same.
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?