3 lines
61 B
CSS
3 lines
61 B
CSS
|
|
form textarea {
|
||
|
|
height: calc(100vh - 30rem) !important;
|
||
|
|
}
|