Created
January 16, 2019 22:57
-
-
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
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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