Skip to content
Snippets Groups Projects
Commit 572e029d authored by Kyle Doherty's avatar Kyle Doherty
Browse files

cap height and scroll field list

parent fad7c2d3
No related branches found
No related tags found
No related merge requests found
......@@ -103,7 +103,7 @@ export default class AccordianList extends Component {
</div>
: null }
{ openSection === sectionIndex ?
<ul className="p1 border-bottom">
<ul style={{maxHeight: 400}} className="p1 border-bottom scroll-y">
{section.items.map((item, itemIndex) => {
return (
<li key={itemIndex} className={cx("List-item flex", { 'List-item--selected': this.itemIsSelected(item) })}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment