The text editor's placeholder will be displayer out of the loader when the resume page is loaded. Root cause is that we havn't set a min-height for text editor, so when the page is loading, the content of the text editor is empty, leading to a overflow of the text editor.
To Reproduce
Go to a resume form page
Reload the page
Actual Behavior
The placeholder in basic seciont's will display out of the loading overlay box, which is a overflow.
Description
The text editor's placeholder will be displayer out of the loader when the resume page is loaded. Root cause is that we havn't set a
min-height
for text editor, so when the page is loading, the content of the text editor is empty, leading to a overflow of the text editor.To Reproduce
Actual Behavior
The placeholder in basic seciont's will display out of the loading overlay box, which is a overflow.
https://github.com/user-attachments/assets/8dd99b54-3144-4275-87c5-ee6b69202410
Expected Behavior
The SectionShell's loading overlay should cover the whole section, including the text editor.
[Optional] Screenshots
NA
Additional Context
NA