We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 194a952 commit c705b50Copy full SHA for c705b50
1 file changed
src/components/login/login.css
@@ -28,6 +28,9 @@
28
color: #121217;
29
}
30
.login-container {
31
+ max-height: 600px; /* can also be height, but max-height is more accurate */
32
+ overflow-y: auto;
33
+
34
background: #ffffff;
35
backdrop-filter: blur(4.5px);
36
border-radius: 15px;
0 commit comments