Skip to content

Commit

Permalink
Merge pull request #321 from visdesignlab/isu286-horizontal-scroll
Browse files Browse the repository at this point in the history
Ensure UpSet table always scrolls horizontally when needed
  • Loading branch information
NateLanza authored Mar 25, 2024
2 parents cdf6839 + 3d97f1d commit 3f44d6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/app/src/components/Body.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const Body = ({ yOffset, data, config }: Props) => {
}

return (
<div>
<div style={{maxWidth: "100vw"}}>
{ data.setColumns.length === 0 ?
<ErrorModal />:
<Upset
Expand Down

0 comments on commit 3f44d6c

Please sign in to comment.