Skip to content

Commit cec8329

Browse files
author
Mingze
authored
fix(mentions): Fix collabs list too long (#531)
1 parent e7addab commit cec8329

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed
Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
.ba {
22
.ba-ItemList {
3+
max-height: 300px;
34
margin: 0;
45
padding: 0;
6+
overflow-y: auto;
57
list-style: none;
68
}
79
}

src/components/Popups/PopupList.scss

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,12 @@
66
}
77

88
.ba-Popup-content {
9-
padding-top: 10px;
10-
padding-bottom: 10px;
119
border: solid 1px $bdl-gray-30;
1210
border-radius: $bdl-border-radius-size;
1311
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
1412
}
1513

1614
.ba-PopupList-prompt {
17-
padding-right: 10px;
18-
padding-left: 10px;
15+
padding: 10px;
1916
}
2017
}

0 commit comments

Comments
 (0)