Ion-item issue with shadow

I was trying to add shadow element inside ion-item, but still, ion-item overflow hidden child’s shadow,

the code:

“the shadow applying in round-button class”

  <ion-item class="is-active">
        <div item-start>
            <h2>Notification</h2>
        </div>
        <span class="round-button">
            3
        </span>
  </ion-item>

And the element appear like this

Screen_Shot_2017-11-23_at_8_38_11_PM

And it’s supposed to be like this:

31 PM