Skip to content

Commit

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

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

0 comments on commit 9243358

Please sign in to comment.