Is hard to focus and start writting in milkdown editor initially #1319
-
To repeat this issue you can
You can get focus of editor only if you click on the first line but its hard to find the exact place.. I think that better fix for this issue will be to add style height:'100%' of first 3 div's? <div data-milkdown-root="true" style="
height: 100%;
">
<div class="milkdown" style="
height: 100%;
">
<div contenteditable="true" translate="no" class="ProseMirror prose dark:prose-invert outline-none milkdown-theme-nord editor" role="textbox" aria-expanded="true" style="
height: 100%;
"></div></div></div> The question is how can I add this style with tilewindcss? and can we change website source code with this @Saul-Mirone ? |
Beta Was this translation helpful? Give feedback.
Answered by
Saul-Mirone
May 20, 2024
Replies: 1 comment 1 reply
-
Yeah, I'm totally okay with the change. PR welcome. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sytolk
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yeah, I'm totally okay with the change. PR welcome.