From 7a8bbdced83c3bf906feec87b97aba4959ffa7bc Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 26 Dec 2022 20:07:04 +0100 Subject: [PATCH] fix cursor in the textarea, closes #3459 --- src/public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/public/stylesheets/style.css b/src/public/stylesheets/style.css index 29b621535..95dd1a0ca 100644 --- a/src/public/stylesheets/style.css +++ b/src/public/stylesheets/style.css @@ -987,3 +987,7 @@ button.close:hover { margin-top: 10px; margin-bottom: 10px; } + +textarea { + cursor: auto; +}