fix: changed query box from div to textarea for handling paste, autoscroll

This commit is contained in:
Siddhant Rai
2024-08-05 14:17:21 +05:30
parent 181cb1b1bd
commit 59caf381f7
3 changed files with 213 additions and 135 deletions

View File

@@ -424,7 +424,8 @@ template {
width: 0;
}
.inputbox-style[contenteditable] {
.inputbox-style {
resize: none;
padding-left: 36px;
padding-right: 36px;
}