Skip to content

Commit

Permalink
Fix overflow issue
Browse files Browse the repository at this point in the history
  • Loading branch information
emab committed Sep 6, 2020
1 parent c2e7108 commit 61ea652
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "valgen",
"version": "0.1.2",
"version": "0.1.3",
"description": "Values generator",
"main": "./dist/main.js",
"repository": {
Expand Down
1 change: 1 addition & 0 deletions src/components/preview/Table.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ interface ValueRowStyle {
const useStyles = makeStyles({
table: {
marginTop: 20,
overflowY: 'hidden',
},
thead: {
fontWeight: 'bold',
Expand Down

0 comments on commit 61ea652

Please sign in to comment.