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