Skip to content

Commit d68899a

Browse files
committed
Fix for recents input h scrolling.
1 parent 9af4188 commit d68899a

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

Public/app/css/main.css

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,10 @@ input[type="text"], textarea {
8080
background-color: hsl(var(--muted)) !important;
8181
}
8282

83+
#chatArea {
84+
min-width: 0;
85+
}
86+
8387
/* Message Input Container Border */
8488
#messageInputContainer {
8589
display: flex;
@@ -2662,6 +2666,7 @@ input[type="text"]:disabled, textarea:disabled {
26622666
#mediaPanelContainer {
26632667
margin-bottom: 10px;
26642668
width: 100%;
2669+
overflow: hidden;
26652670
}
26662671

26672672
.media-panel-header {
@@ -2716,6 +2721,7 @@ input[type="text"]:disabled, textarea:disabled {
27162721
border-radius: 5px;
27172722
overflow: hidden;
27182723
background-color: hsl(var(--muted));
2724+
flex-shrink: 0;
27192725
}
27202726

27212727
.attachment-preview-item img {

0 commit comments

Comments
 (0)