Skip to content

Commit

Permalink
fix error with search results not scrolling, re #4771
Browse files Browse the repository at this point in the history
  • Loading branch information
apeters committed Jun 3, 2019
1 parent 578a548 commit 469b78d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arches/app/templates/views/search.htm
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<div class="flex">
<div class="flex">

<div class="flex" data-bind="component: {
<div style="overflow-y:scroll" data-bind="component: {
name: 'search-results',
params: sharedStateObject
}"></div>
Expand Down

0 comments on commit 469b78d

Please sign in to comment.