Trouble Positioning Custom Toolbar at Bottom of MDXEditor in React #341
Unanswered
YannickPerret
asked this question in
Q&A
Replies: 1 comment 1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I'm working on a React project where I'm using MDXEditor for markdown editing. I've created a custom toolbar component, but I'm having trouble positioning it at the bottom of the editor. I want the toolbar to be fixed at the bottom of the MDXEditor component. Here's my JSX and SCSS code:
SCSS:
The toolbar appears at the top of the editor and is only partially visible. I've tried adjusting the styles but can't seem to get it to the bottom. Any suggestions or insights on what I might be doing wrong?
Thanks in advance for your help!
Beta Was this translation helpful? Give feedback.
All reactions