Skip to content

Commit

Permalink
Merge 1379de4 into 112fcf8
Browse files Browse the repository at this point in the history
  • Loading branch information
dafortin committed Aug 2, 2018
2 parents 112fcf8 + 1379de4 commit dd95ed5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion addon/styles/_frost-list-content-container.scss
Expand Up @@ -29,7 +29,7 @@
content: '';
}

.frost-scroll {
.is-scrollable {
padding-right: $frost-list-scroll-rail-gutter-width;
}
}
Expand Down
3 changes: 2 additions & 1 deletion addon/templates/components/frost-list-content-container.hbs
Expand Up @@ -6,7 +6,7 @@
{{else if (and pagination (not useVerticalCollectionForPagination))}}
{{#frost-scroll
hook=(concat hookPrefix '-scroll')
class='full'
class='full is-scrollable'
}}
{{#each items key=_eachItemKey as |model index|}}
{{yield model index}}
Expand Down Expand Up @@ -37,6 +37,7 @@
minimumMovement=15
containerSelector=null
containerHeight=null
class='is-scrollable'
as |model index|
}}
{{yield model index}}
Expand Down

0 comments on commit dd95ed5

Please sign in to comment.