We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f20dda9 commit 7cee7b0Copy full SHA for 7cee7b0
src/components/content/content.ios.scss
@@ -75,3 +75,14 @@ $content-ios-transition-background: #000 !default;
75
.content-ios:not([no-bounce]) > .scroll-content::after {
76
top: -1px;
77
}
78
+
79
+.platform-core .content-ios .scroll-content::after,
80
+.platform-core .content-ios .scroll-content::before {
81
+ position: initial;
82
83
+ top: initial;
84
+ bottom: initial;
85
86
+ width: initial;
87
+ height: initial;
88
+}
0 commit comments