Not scrolling content issue

Hi people!
May be anyone got some issue like this, when i added a google maps on my app I have added some CSS
like

.map-container .scroll {
  height: 100%;
}
#map{
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

And now my content is not scrolling.
Please anyone help me, im using ionic material also.
I will try to create a codepen and post it SOON

p.s. in browser its ok but in device is not cool