v0.3.0
This commit is contained in:
@@ -5,6 +5,8 @@
|
||||
background: var(--surface-variant);
|
||||
overflow: hidden;
|
||||
min-width: 0;
|
||||
min-height: 0;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.chat-window.empty {
|
||||
@@ -79,11 +81,16 @@
|
||||
/* Messages */
|
||||
.messages-container {
|
||||
flex: 1;
|
||||
min-height: 0; /* critical: allows flex child to shrink below content size */
|
||||
overflow-y: auto;
|
||||
overflow-x: hidden;
|
||||
padding: 16px;
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
gap: 2px;
|
||||
/* Anchor scroll to bottom so new messages appear above the input */
|
||||
scroll-padding-bottom: 0;
|
||||
overscroll-behavior: contain;
|
||||
}
|
||||
|
||||
.load-more-btn {
|
||||
|
||||
Reference in New Issue
Block a user