Skip to content

Commit

Permalink
🐛 FIX: Enabled Scrolling On register page (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
SiddheshKukade authored Mar 18, 2022
1 parent b9edd14 commit b462cca
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/screens/LoginPage/LoginPage.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ body {
align-items: left;
}
.login_background {
overflow-x: hidden;
overflow-y: visible;
background-color: #fcfcfc;
height: 100%;
width: 100vw;
Expand Down

0 comments on commit b462cca

Please sign in to comment.