Skip to content

Commit

Permalink
fix(content): bounding does not make sense in desktop
Browse files Browse the repository at this point in the history
  • Loading branch information
manucorporat committed Mar 23, 2017
1 parent f20dda9 commit 7cee7b0
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/components/content/content.ios.scss
Original file line number Diff line number Diff line change
Expand Up @@ -75,3 +75,14 @@ $content-ios-transition-background: #000 !default;
.content-ios:not([no-bounce]) > .scroll-content::after {
top: -1px;
}

.platform-core .content-ios .scroll-content::after,
.platform-core .content-ios .scroll-content::before {
position: initial;

top: initial;
bottom: initial;

width: initial;
height: initial;
}

0 comments on commit 7cee7b0

Please sign in to comment.