The PR modifies filters_panel.css.scss. overflow-x: hidden was added to the div.filter_panel. This forces the x axis div to be hidden and allow the y-axis to scroll.
Acceptance
[x] User adds a filter and no x-axis scroll is visible.
[x] User adds filters and filter area has a y-axis scroll bar.
This closes #185
Context
The PR modifies
filters_panel.css.scss
.overflow-x: hidden
was added to thediv.filter_panel
. This forces the x axis div to be hidden and allow the y-axis to scroll.Acceptance