Skip to content

Commit c713070

Browse files
🐛 fix members & labels popover scroll
1 parent 489d418 commit c713070

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

client/src/steps/BoardMembershipsStep/BoardMembershipsStep.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
flex-direction: column;
2828
gap: 4px;
2929
width: 100%;
30+
max-height: 400px;
31+
overflow-y: auto;
3032
}
3133

3234
.filterLabel {

client/src/steps/LabelsStep/LabelsStep.module.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
flex-direction: column;
2828
gap: 4px;
2929
margin-bottom: 1rem;
30+
max-height: 400px;
31+
overflow-y: auto;
3032
}
3133

3234
.filterItem {

0 commit comments

Comments
 (0)