Skip to content

Commit

Permalink
Update Chat.razor.css
Browse files Browse the repository at this point in the history
  • Loading branch information
BeepBeepBopBop committed Jan 26, 2025
1 parent 83eb9af commit 1111c19
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions LM-Kit-Maestro/UI/Razor/Components/Chat.razor.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,23 @@
flex-direction: column;
height: 100%;
width: 100%;
box-sizing: border-box;
}

#conversation-content {
overflow-y: auto;
height: 100%;
width: 100%;
scrollbar-gutter: both-edges stable;
margin: auto;
display: flex;
flex-direction: column;
overflow-y: hidden;
display: block;
flex-grow: 1;
flex-shrink: 1;
flex-basis: 0%;
background-color: red;
}

#chat-messages {
display: flex;
flex-direction: column;
display: block;
background-color: blue;
overflow-y: auto;
scrollbar-gutter: both-edges stable;
}

#bottom-space {
Expand Down

0 comments on commit 1111c19

Please sign in to comment.