Skip to content

Commit 7cee7b0

Browse files
committed
fix(content): bounding does not make sense in desktop
1 parent f20dda9 commit 7cee7b0

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

src/components/content/content.ios.scss

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,3 +75,14 @@ $content-ios-transition-background: #000 !default;
7575
.content-ios:not([no-bounce]) > .scroll-content::after {
7676
top: -1px;
7777
}
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

Comments
 (0)