Skip to content

Commit

Permalink
Restrict the max height of ChatResponse (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
cesaryuan authored Sep 29, 2024
1 parent 3675a94 commit 95ccdc2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/Messages/ChatResponse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -617,4 +617,9 @@ function pageRight() {
.cursor-auto {
cursor: auto;
}
.v-md-editor-preview {
max-height: 50vh;
overflow-y: overlay;
}
</style>

0 comments on commit 95ccdc2

Please sign in to comment.