better sizing for note text area.

This commit is contained in:
ivancheahhh
2024-01-03 05:37:05 -07:00
parent 943dee8d74
commit 928d18c8e5
7 changed files with 23 additions and 20 deletions

View File

@@ -34,4 +34,8 @@ html {
max-height:65vh;
overflow-y:auto;
overflow-x:auto;
}
.vehicleNoteContainer{
height:40vh;
}