Fix long table scroll

This commit is contained in:
Charles Bochet
2023-04-26 17:29:00 +02:00
parent 6c7eb53333
commit 04051e737f
5 changed files with 5 additions and 0 deletions

View File

@ -19,6 +19,7 @@ import {
const StyledPeopleContainer = styled.div`
display: flex;
width: 100%;
height: 100%;
`;
function People() {