Skip to content

Commit c17b204

Browse files
Sean-Ohimlucas
authored andcommitted
COMPASS-212: Add min-height and overflow:scroll to dropdown in validation page (#572)
1 parent fe45be0 commit c17b204

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

src/internal-packages/validation/styles/option-selector.less

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,13 @@
33
padding: 0 5px;
44
}
55

6-
76
.has-error .option-selector {
87
button.dropdown-toggle {
98
border-color: #843534;
109
}
1110
}
11+
12+
.open > .dropdown-menu {
13+
overflow: scroll;
14+
max-height: 200px;
15+
}

0 commit comments

Comments
 (0)