Skip to content

Commit

Permalink
fix: Hide overflow in css (#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslf97 authored Oct 15, 2024
1 parent 36e1357 commit fc32e0a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/ModelTable/ModelTable.styled.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export const Table = styled.div`
max-width: 1750px;
> div {
height: 100%;
overflow: hidden;
> table {
min-width: 90% !important;
Expand Down

0 comments on commit fc32e0a

Please sign in to comment.