Skip to content

Commit

Permalink
feat: Hide Search Pane Horizontal Scroll (#799)
Browse files Browse the repository at this point in the history
  • Loading branch information
KevinWu098 authored Nov 10, 2023
1 parent 1263fd8 commit 177432e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const styles: Styles<Theme, object> = {
display: 'flex',
flexDirection: 'column',
height: '100%',
overflowX: 'hidden',
},
container: {
display: 'flex',
Expand Down

0 comments on commit 177432e

Please sign in to comment.