Skip to content
This repository has been archived by the owner on Jul 31, 2024. It is now read-only.

Commit

Permalink
feat: text is no longer manually scrollable
Browse files Browse the repository at this point in the history
  • Loading branch information
vycdev committed Apr 28, 2020
1 parent dd1b16b commit 9c45175
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/components/common/typingBox/style.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,10 +37,10 @@ export const TextBox = styled.div`
justify-content: center;
font-size: 25px;
overflow-y: scroll;
scroll-behavior: smooth;
-ms-overflow-style: none;
overflow: hidden;
width: 99%;
max-height: 200px;
Expand Down

0 comments on commit 9c45175

Please sign in to comment.