Skip to content

Commit

Permalink
fix: Fixed footer overlapping content (#384)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaslf97 authored Dec 3, 2024
1 parent cce5390 commit 5679ab5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/App.styled.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ import styled from 'styled-components';

const StyledOutletWrapper = styled.section`
height: calc(100% - 128px);
overflow: auto;
`;

export { StyledOutletWrapper as OutletWrapper };

0 comments on commit 5679ab5

Please sign in to comment.