mirror of
https://github.com/ionic-team/ionic-framework.git
synced 2025-11-09 08:09:32 +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