Closed
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Ionic Framework Version
- v4.x
- v5.x
- v6.x
Current Behavior
Hi, in the Sheet Modal the scroll of the content doesn't appear unless it's at 100% size, in other breakpoints the scroll doesn't appear.
Expected Behavior
The scroll must adjust to the content at all times, regardless of the breakpoint.
Steps to Reproduce
<ion-modal [isOpen]="true" [breakpoints]="[0.1, 0.5, 1]" [initialBreakpoint]="0.5">
<ng-template>
<ion-content>
<ion-list>
<ion-item>
<ion-label>Text</ion-label>
</ion-item>
<ion-item>
<ion-label>Text</ion-label>
</ion-item>
<ion-item>
<ion-label>Text</ion-label>
</ion-item>
...
<ion-item>
<ion-label>Text</ion-label>
</ion-item>
<ion-item>
<ion-label>Text</ion-label>
</ion-item>
<ion-item>
<ion-label>Text</ion-label>
</ion-item>
</ion-list>
</ion-content>
</ng-template>
</ion-modal>
Code Reproduction URL
No response
Ionic Info
Ionic:
Ionic CLI : 6.18.1
Utility:
cordova-res : not installed globally
native-run : 1.5.0
System:
NodeJS : v17.3.0
npm : 8.3.0
OS : Windows 10
Additional Information
No response