Skip to content

Commit

Permalink
overflow auto
Browse files Browse the repository at this point in the history
  • Loading branch information
asafshen committed Jan 11, 2025
1 parent 9243358 commit bedb8dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/login/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
}
.login-container {
max-height: 400px; /* can also be height, but max-height is more accurate */
overflow-y: scroll;
overflow-y: auto;

background: #ffffff;
backdrop-filter: blur(4.5px);
Expand Down

0 comments on commit bedb8dc

Please sign in to comment.