Fix vertical styling too

This commit is contained in:
biast12 2025-02-10 07:22:54 +01:00
parent 6ee5f2edd5
commit 5ab23eb3a7
2 changed files with 2 additions and 1 deletions

View File

@ -39,6 +39,7 @@ label {
textarea { textarea {
resize: vertical; resize: vertical;
max-height: 500px;
} }
input, button, select, textarea { input, button, select, textarea {

View File

@ -79,7 +79,7 @@
} }
function updateSize() { function updateSize() {
content.style.maxHeight = `${content.scrollHeight}px`; content.style.maxHeight = `100%`;
} }
function updateIfExpanded() { function updateIfExpanded() {