Skip to content

Commit 6fba6b1

Browse files
committed
.
1 parent 5f8d4bf commit 6fba6b1

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

src/app/(components)/(body)/body.tsx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
'use client'
22
import styled from "styled-components";
3+
import { Styles } from '@/styles';
34

45
export const Content = styled.div`
56
overflow-x: hidden;
@@ -34,4 +35,8 @@ export const ScrollbarWrapper = styled.div`
3435
background: ${({ theme }) => theme.colors.mainGreen};
3536
max-height: 10px;
3637
}
38+
39+
@media (${Styles.devices.tabletL}) {
40+
overflow-y: hidden;
41+
}
3742
`;

0 commit comments

Comments
 (0)