We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7addab commit cec8329Copy full SHA for cec8329
src/components/ItemList/ItemList.scss
@@ -1,7 +1,9 @@
1
.ba {
2
.ba-ItemList {
3
+ max-height: 300px;
4
margin: 0;
5
padding: 0;
6
+ overflow-y: auto;
7
list-style: none;
8
}
9
src/components/Popups/PopupList.scss
@@ -6,15 +6,12 @@
.ba-Popup-content {
- padding-top: 10px;
10
- padding-bottom: 10px;
11
border: solid 1px $bdl-gray-30;
12
border-radius: $bdl-border-radius-size;
13
box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .05);
14
15
16
.ba-PopupList-prompt {
17
- padding-right: 10px;
18
- padding-left: 10px;
+ padding: 10px;
19
20
0 commit comments