Fix vertical styling too
This commit is contained in:
parent
6ee5f2edd5
commit
5ab23eb3a7
@ -39,6 +39,7 @@ label {
|
|||||||
|
|
||||||
textarea {
|
textarea {
|
||||||
resize: vertical;
|
resize: vertical;
|
||||||
|
max-height: 500px;
|
||||||
}
|
}
|
||||||
|
|
||||||
input, button, select, textarea {
|
input, button, select, textarea {
|
||||||
|
@ -79,7 +79,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
function updateSize() {
|
function updateSize() {
|
||||||
content.style.maxHeight = `${content.scrollHeight}px`;
|
content.style.maxHeight = `100%`;
|
||||||
}
|
}
|
||||||
|
|
||||||
function updateIfExpanded() {
|
function updateIfExpanded() {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user