Skip to content

Instantly share code, notes, and snippets.

@MuhAssar
Created January 16, 2019 22:57
Show Gist options
  • Save MuhAssar/2ff18008fa3fcf07d4547d766dd24079 to your computer and use it in GitHub Desktop.
Save MuhAssar/2ff18008fa3fcf07d4547d766dd24079 to your computer and use it in GitHub Desktop.
demonstrate weird scrollbar in ionic 4 menu component while in RTL , using @ionic/angular: 4.0.0-dev.201901162054.ceae5d2
<ion-app>
<ion-split-pane>
<ion-menu>
<ion-content>
<ion-list *ngFor="let i of [0,1,2,3,4]">
<ion-menu-toggle *ngFor="let i of [0,1,2,3,4]">
<ion-item>
<ion-label>
Page #{{i}}
</ion-label>
</ion-item>
</ion-menu-toggle>
</ion-list>
</ion-content>
</ion-menu>
<ion-router-outlet main></ion-router-outlet>
</ion-split-pane>
</ion-app>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment