Skip to content

Commit

Permalink
overflow-y:hidden on PreferencePage
Browse files Browse the repository at this point in the history
  • Loading branch information
bwebs committed Mar 1, 2024
1 parent 40a1dc5 commit 4328500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/components/src/components/PreferencePage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ const PreferencesV4Container = styled.div`
flex-direction: column;
background: rgba(255, 255, 255, 0.2);
display: flex;
overflow: auto;
overflow-y: auto;
overflow-x: hidden;
padding-bottom: 100px;
`;
//Must add padding bottom of 100px to offset the footer
Expand Down

0 comments on commit 4328500

Please sign in to comment.