Skip to content

Commit 7b482df

Browse files
authored
fix(flat-components): remove horizontal scrollbar in chat users (netless-io#1787)
1 parent e8787a7 commit 7b482df

File tree

1 file changed

+1
-0
lines changed
  • packages/flat-components/src/components/ChatPanel/ChatUsers

1 file changed

+1
-0
lines changed

packages/flat-components/src/components/ChatPanel/ChatUsers/style.less

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@
4444
left: 0;
4545
width: 100%;
4646
height: 100%;
47+
overflow-x: hidden;
4748
overflow-y: auto;
4849
padding: 0 12px;
4950

0 commit comments

Comments
 (0)