Skip to content

Commit 2a525e0

Browse files
iLavrukfshabanov
andauthored
fix: signup-mobile-firefpx ml-374 (#375)
Co-authored-by: Farid Shabanov <[email protected]>
1 parent e006bdd commit 2a525e0

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

apps/frontend/src/pages/auth/components/auth-layout/styles.module.css

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -37,20 +37,20 @@
3737
align-items: center;
3838
justify-content: center;
3939
height: auto;
40-
min-height: min-content;
41-
max-height: 80%;
40+
min-height: 70vh;
4241
padding-inline: 24px;
42+
overflow: auto;
4343
background-color: var(--color-background-4);
4444
border-radius: var(--border-radius-lg);
4545
}
4646

47-
@media screen and (768px <= width) {
47+
@media screen and (768px <=width) {
4848
.auth-form-wrapper {
49-
height: max(70%, 80%);
49+
min-height: 80vh;
5050
}
5151
}
5252

53-
@media screen and (990px <= width) {
53+
@media screen and (990px <=width) {
5454
.auth {
5555
flex-direction: row;
5656
}
@@ -68,8 +68,8 @@
6868

6969
.auth-form-wrapper {
7070
flex-basis: 700px;
71-
height: 95vh;
72-
max-height: unset;
71+
min-height: 90vh;
72+
max-height: 95vh;
7373
padding-inline: 0;
7474
}
7575
}

0 commit comments

Comments
 (0)