Skip to content

Commit 0cdd202

Browse files
committed
feat: improve contributor height assignment on mobile
1 parent fd8866f commit 0cdd202

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

static/css/v3/contributors-list.css

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,9 @@
2020
.contributors-list.all-contributors .card__column {
2121
grid-template-columns: 1fr;
2222
overflow-y: auto;
23-
max-height: 340px;
2423
}
2524

2625
.contributors-list {
27-
max-height: none;
26+
max-height: min(340px, 80vh);
2827
}
2928
}

0 commit comments

Comments
 (0)