Is it possible to disable drag ion modal to the bottom of trhe screen ?
Eg: I have use case when on page loading I am showing modal with min-height (using [initialBreakpoint]=“0.6” [breakpoints]=“[0.6, 0.95]”), but now I would like to also disable modal drag effect to the bottom of the page when modal height = [initialBreakpoint]=“0.6”. Do you have any idea how I can do it ? Thx.