Skip to content

Commit

Permalink
fix scrolling on sign up page
Browse files Browse the repository at this point in the history
  • Loading branch information
Connoropolous committed Oct 30, 2023
1 parent 52ae387 commit 3430eaa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions web/src/routes/CreateProfilePage/CreateProfilePage.scss
Original file line number Diff line number Diff line change
Expand Up @@ -12,17 +12,15 @@
min-width: 556px;
box-sizing: border-box;
padding-top: 64px;
overflow-y: hidden;
overflow-y: auto;
display: flex;
align-items: center;
justify-content: center;

.profile_edit_form {
margin: 3rem 5rem;
width: 100%;
min-height: 100%;
max-width: 38rem;
overflow-y: auto;
display: flex;
flex-direction: column;
align-items: center;
Expand Down

0 comments on commit 3430eaa

Please sign in to comment.