Skip to content

Commit

Permalink
Remove scrollbars from web exercise (#6345)
Browse files Browse the repository at this point in the history
  • Loading branch information
gewfy authored Nov 27, 2024
2 parents 2e821d5 + 3ce8f6a commit b78caac
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ import styled from 'styled-components/native';

const ContentWrapper = styled.View({
flex: 1,
overflow: 'scroll',
});

export default React.memo(ContentWrapper);

0 comments on commit b78caac

Please sign in to comment.