Skip to content

Commit

Permalink
fix(ts-table): css to ts-table virtualize (#1894)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasaarcoverde authored Sep 19, 2024
2 parents 5680a4c + 956762e commit 26d435e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
width: 100%;

&[data-virtualize='true'] {
height: 31.25rem;
max-height: 31.25rem;
overflow-y: auto;
}
}
Expand Down

0 comments on commit 26d435e

Please sign in to comment.