fix cursor in the textarea, closes #3459

This commit is contained in:
zadam 2022-12-26 20:07:04 +01:00
parent affd8062e2
commit 7a8bbdced8

View File

@ -987,3 +987,7 @@ button.close:hover {
margin-top: 10px;
margin-bottom: 10px;
}
textarea {
cursor: auto;
}