Ion-segment not visible

Good morning, I’m facing a problem with the ion segment when I use scrollable=“true” and I have many ion-segment-button

the first ones are not visible on the screen even selecting them as initials he selects by hand is not visible

Create a project in stackblitz that replicates your issue and post it here. Without code we cannot help.

I solved the problem using
‘’'div.ex1 {
overflow-y: scroll;
}

div.ex2 {
overflow-x: hidden;
}
‘’’

inside a card with items

I chose not to use the segment so as not to waste time