Skip to content

Commit

Permalink
fix: fix message scrollbar
Browse files Browse the repository at this point in the history
  • Loading branch information
zmh-program committed Mar 16, 2024
1 parent f0b4629 commit 92878f3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions app/src/assets/pages/home.less
Original file line number Diff line number Diff line change
Expand Up @@ -635,9 +635,7 @@
.chat-content {
flex-grow: 1;
width: 100%;
overflow-x: hidden;
overflow-y: auto;
touch-action: pan-y;
overflow: hidden;

.chat-messages-wrapper {
width: 100%;
Expand Down

0 comments on commit 92878f3

Please sign in to comment.