Fix height of note editor box

This commit is contained in:
Bojan Mojsilovic 2023-12-28 16:45:52 +01:00
parent eabd676a8b
commit a61738c746

View File

@ -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 {