Merge pull request #9191 from MrPetovan/bug/9090-frio-autosize-max-height

[frio] Limit jot textarea height
2022.09-rc
Michael Vogel 2020-09-13 06:55:33 +02:00 zatwierdzone przez GitHub
commit ea893df1c1
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -1202,6 +1202,7 @@ section #jotOpen {
}
#jot-text-wrap textarea {
min-height: 100px;
max-height: 440px;
overflow-y: auto !important;
overflow-y: overlay !important;
}