From a61738c746164c1f58eeec19ce5e6a418e03778c Mon Sep 17 00:00:00 2001 From: Bojan Mojsilovic Date: Thu, 28 Dec 2023 16:45:52 +0100 Subject: [PATCH] Fix height of note editor box --- src/components/NewNote/EditBox/EditBox.module.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {