We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6fba6b1 commit 35f1d4bCopy full SHA for 35f1d4b
1 file changed
src/app/(components)/(body)/body.tsx
@@ -37,6 +37,6 @@ export const ScrollbarWrapper = styled.div`
37
}
38
39
@media (${Styles.devices.tabletL}) {
40
- overflow-y: hidden;
+ scrollbar-width: none;
41
42
`;
0 commit comments