Md-dialog with bottom sheet triggers vertical scroll

177 Views Asked by At

I got a problem with this as I'm only new in using angularjs material design. I have a md-dialog and I put bottom sheet inside of it but the problem is, when the bottom sheet appeared it also triggers the vertical scrollbar of the md-dialog. Below is the image enter image description here

The content of bottom sheet cannot be viewed in full unless I scroll it to bottom. I tried to hide the scrollbar using the overflow:hidden inside the md-dialog but the bottom part of the bottom sheet are not shown. Below is my code

<md-dialog aria-label="Add Acitivity" flex="75" style="overflow: hidden;">

enter image description here

How can I solve this sirs? Thanks in advance

0

There are 0 best solutions below