diff --git a/src/components/NewNote/EditBox/EditBox.module.scss b/src/components/NewNote/EditBox/EditBox.module.scss index baa11e8..cb8863b 100644 --- a/src/components/NewNote/EditBox/EditBox.module.scss +++ b/src/components/NewNote/EditBox/EditBox.module.scss @@ -195,7 +195,7 @@ textarea::-webkit-scrollbar{ flex-direction: column; flex: 1; cursor: text; - // max-height: calc(100vh - 7px); + max-height: calc(100vh - 27px); } .previewCaption {