mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2026-03-13 10:22:08 +08:00
fix(content): bounding does not make sense in desktop
This commit is contained in:
committed by
Manuel Mtz-Almeida
parent
f20dda9da7
commit
7cee7b0eaf
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user