Skip to content

Commit c705b50

Browse files
authored
height example (#237)
1 parent 194a952 commit c705b50

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/components/login/login.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@
2828
color: #121217;
2929
}
3030
.login-container {
31+
max-height: 600px; /* can also be height, but max-height is more accurate */
32+
overflow-y: auto;
33+
3134
background: #ffffff;
3235
backdrop-filter: blur(4.5px);
3336
border-radius: 15px;

0 commit comments

Comments
 (0)