Skip to content

Commit

Permalink
Fix overflow-y is hidden in v-carousel-item
Browse files Browse the repository at this point in the history
  • Loading branch information
tanchekwei authored and sunner committed Jun 27, 2023
1 parent 4f751e8 commit 9e32388
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/components/Messages/ChatResponse.vue
Original file line number Diff line number Diff line change
Expand Up @@ -224,6 +224,10 @@ function messageBotIsSelected() {
</script>
<style scoped>
:deep() .v-responsive__content {
overflow: auto;
}
.markdown-body{
background-color: rgb(var(--v-theme-response));
font-family: inherit;
Expand Down

1 comment on commit 9e32388

@vercel
Copy link

@vercel vercel bot commented on 9e32388 Jun 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

chatall – ./

chatall-git-main-sunner.vercel.app
chatall-sunner.vercel.app
chatall-llm.vercel.app

Please sign in to comment.