Skip to content

Commit

Permalink
fix(AC-3683): changed overflow-y to auto
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Aug 29, 2024
1 parent de23db7 commit f236a90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/foundation/components/InfiniteMessageList/css.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const infiniteListInner = css`
display: flex;
flex: 1;
flex-direction: column;
overflow-y: scroll;
overflow-y: auto;
`;

export const infiniteListOverlayContainer = css`
Expand Down

0 comments on commit f236a90

Please sign in to comment.