Skip to content

Commit

Permalink
fix: Add back in horizontal scrollbar on model table. (#360)
Browse files Browse the repository at this point in the history
  • Loading branch information
mheggelund authored Oct 29, 2024
1 parent 1b28f0d commit 6df30fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/features/ModelTable/ModelTable.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export const Table = styled.div`
max-width: 1750px;
> div {
height: 100%;
overflow: hidden;
overflow-y: hidden;
> table {
min-width: 90% !important;
Expand Down

0 comments on commit 6df30fe

Please sign in to comment.