diff --git a/src/components/NewNote/EditBox/EditBox.module.scss b/src/components/NewNote/EditBox/EditBox.module.scss index 8607bbd..cf87ee5 100644 --- a/src/components/NewNote/EditBox/EditBox.module.scss +++ b/src/components/NewNote/EditBox/EditBox.module.scss @@ -208,7 +208,7 @@ textarea::-webkit-scrollbar{ .editorScroll { min-height: 60px; - max-height: calc(60vh - 70px); + max-height: calc(60vh - 87px); overflow-y: scroll; margin-bottom: 48px;