I want ion-list to be vertical middle and horizontal center

its possible with some css tricks…

.scroll-content{
    justify-content: center;
	display: flex!important;
 	align-items: center!important;
}

Try this…n let me know how it went for you!

8 Likes