Do not force scroll on notes .card-body

This commit is contained in:
shamoon 2023-08-01 09:14:32 -07:00
parent 0918eab004
commit d6960f537b

View File

@ -1,6 +1,5 @@
.card-body {
max-height: 12rem;
overflow: scroll;
white-space: pre-wrap;
}