Skip to content

Commit 4319655

Browse files
committed
fix: InnerWrapper max height style fix
1 parent bb4c7bb commit 4319655

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Layout/styled.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const BodyWrapper = styled.section<{
4646
export const InnerWrapper = styled.div`
4747
flex-direction: column;
4848
width: 100%;
49-
max-height: calc(100vh - 78px);
49+
max-height: calc(100vh - 45px);
5050
overflow-y: scroll;
5151
overflow-x: auto;
5252
`;

0 commit comments

Comments
 (0)