mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-08-20 12:29:55 +08:00
@ -330,7 +330,9 @@ export class Content implements ComponentInterface {
|
||||
ref={el => this.scrollEl = el!}
|
||||
onScroll={ev => this.onScroll(ev)}
|
||||
>
|
||||
<slot></slot>
|
||||
<div id="scroll-content">
|
||||
<slot></slot>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
{transitionShadow ? (
|
||||
|
Reference in New Issue
Block a user