limit min height

This commit is contained in:
2021-05-17 09:45:01 +02:00
parent 2480d875b4
commit 976413e11b
2 changed files with 8 additions and 1 deletions

View File

@@ -13,7 +13,7 @@
<style>
textarea {
width: 100%;
min-height: calc(100vh - 30rem);
min-height: min(calc(100vh - 30rem), 30rem);
margin: 0;
border: 2px solid var(--ui-bg-1);
resize: vertical;