From 7cee7b0eaf95f18535181b84a4d1a3c881452c6f Mon Sep 17 00:00:00 2001 From: "Manu Mtz.-Almeida" Date: Tue, 21 Mar 2017 21:15:53 +0100 Subject: [PATCH] fix(content): bounding does not make sense in desktop --- src/components/content/content.ios.scss | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/src/components/content/content.ios.scss b/src/components/content/content.ios.scss index c80b9e7d91..5daee495b9 100644 --- a/src/components/content/content.ios.scss +++ b/src/components/content/content.ios.scss @@ -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; +}