Ionic 4 tab-bar cutting content

Howdy
Please help me with css in Ionic.
Now I have layout like this : Screenshot_6
My button was cut
I try to add “overflow: visible” for all of tags, but it’s doesn’t work.(

.place-button-wrapper{
    position: absolute;
    bottom: 20px;
}

<ion-tabs>
...
    <ion-tab-button tab="places">
      <div class="place-button-wrapper" >
        <img class="tabs-icon" src="assets/icons/mapiconelepse.png" alt="">
      </div>
    </ion-tab-button>
...
</ion-tabs>