diff --git a/src/components/Community/Quill/index.tsx b/src/components/Community/Quill/index.tsx index 0a83770..6082021 100644 --- a/src/components/Community/Quill/index.tsx +++ b/src/components/Community/Quill/index.tsx @@ -225,6 +225,7 @@ export default function CommunityQuill({ queryParam }: CommunityQuillProps) { }} onChange={onChange} modules={modules} + scrollingContainer="html" /> diff --git a/src/components/Community/Quill/styles.module.scss b/src/components/Community/Quill/styles.module.scss index 3057add..875dbf1 100644 --- a/src/components/Community/Quill/styles.module.scss +++ b/src/components/Community/Quill/styles.module.scss @@ -129,4 +129,4 @@ & > option[value=''][disabled] { display: none; } -} +} \ No newline at end of file diff --git a/src/components/Introduce/Quill/index.tsx b/src/components/Introduce/Quill/index.tsx index c311c79..26a8701 100644 --- a/src/components/Introduce/Quill/index.tsx +++ b/src/components/Introduce/Quill/index.tsx @@ -256,6 +256,7 @@ export default function IntroduceQuill() { }} onChange={onChange} modules={modules} + scrollingContainer="html" /> diff --git a/src/components/Trade/Quill/index.tsx b/src/components/Trade/Quill/index.tsx index 09ed6ec..97d6716 100644 --- a/src/components/Trade/Quill/index.tsx +++ b/src/components/Trade/Quill/index.tsx @@ -200,6 +200,7 @@ export default function TradeQuill({ onChange={(value) => setForm((prev) => ({ ...prev, code: value }))} modules={modules} placeholder="사진 5장 이상은 필수입니다. 5장 이상(건물 외관, 내부 포함) 업로드 되지 않을 시, 반려됩니다." + scrollingContainer="html" /> diff --git a/src/styles/editor.scss b/src/styles/editor.scss index 07f52a5..d5ffdf9 100644 --- a/src/styles/editor.scss +++ b/src/styles/editor.scss @@ -35,6 +35,7 @@ font-family: 'NanumSquareAcB'; } & ol { + font-size: 1.3rem; display: block; list-style-type: decimal; margin-block-start: 1em; @@ -42,8 +43,10 @@ margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; + padding-left: 0px !important } & ul { + font-size: 1.3rem; display: block; list-style-type: disc; margin-block-start: 1em; @@ -51,6 +54,7 @@ margin-inline-start: 0px; margin-inline-end: 0px; padding-inline-start: 40px; + padding-left: 0px !important } & li {