Skip to content

Commit

Permalink
fix: #203 added scrollbar in the table for small screen sizes (#221)
Browse files Browse the repository at this point in the history
added scrollbar in the table for small screen sizes

Co-authored-by: ashimawadhwa <[email protected]>
  • Loading branch information
aashimawadhwa and ashimawadhwa authored Feb 9, 2023
1 parent 6e24698 commit 63e29d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion taxonomy-editor-frontend/src/pages/go-to-project/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const GoToProject = ({ clearNavBarLinks }: Props) => {
}

return (
<Box>
<Box sx={{ overflowY: "scroll" }}>
<Grid
container
direction="column"
Expand Down

0 comments on commit 63e29d3

Please sign in to comment.