fix: chat message box scrolling

This commit is contained in:
Sumit Kumar Soni 2026-07-20 16:45:45 +05:30
parent e06efd3b0d
commit 62e9b7846b
2 changed files with 5 additions and 2062 deletions

View File

@ -1087,8 +1087,8 @@ textarea.chatMsg {
line-height: 1.45 !important;
margin: 0 !important;
white-space: nowrap !important;
overflow: hidden !important;
text-overflow: ellipsis !important;
// overflow: hidden !important;
// text-overflow: ellipsis !important;
&:hover {
background-color: #f8fafc !important;
@ -1123,4 +1123,4 @@ textarea.chatMsg {
}

File diff suppressed because one or more lines are too long