소스 검색

fix : Fixed the resizing of rich text editors

Warafear 1 년 전
부모
커밋
df8bcef12b
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/styles.scss

+ 1 - 0
src/styles.scss

@@ -353,6 +353,7 @@ input[type="checkbox"] {
 .ProseMirror {
     padding-left: 1rem !important;
     height: 8rem;
+    overflow: auto;
 }
 
 // Used to remove the empty space under form fields