Gray box in beginning of ion-content

After some investigation it looks like the grey square is in fact the y-axis scrollbar of the scroll-content element. When I change the overflow-y value from scroll to auto it seems to fix it.

scroll-content{
    overflow-y:auto;
}
4 Likes