Skip to content

Commit

Permalink
fix(ui): Improve overflow
Browse files Browse the repository at this point in the history
  • Loading branch information
NoUseFreak committed Jan 1, 2023
1 parent ac20a8a commit b99aa66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/scenes/dashboard/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ const Dashboard = () => {
sx={{
gridRow: "span 3",
gridColumn: "span 7",
overflow: "scroll",
overflowY: "scroll",
}}
>
<LastTable data={data.lastVersions} />
Expand Down

0 comments on commit b99aa66

Please sign in to comment.