Skip to content

Commit 35f1d4b

Browse files
committed
.
1 parent 6fba6b1 commit 35f1d4b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,6 @@ export const ScrollbarWrapper = styled.div`
3737
}
3838
3939
@media (${Styles.devices.tabletL}) {
40-
overflow-y: hidden;
40+
scrollbar-width: none;
4141
}
4242
`;

0 commit comments

Comments
 (0)