You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
A clear and concise description of what the bug is.
The cupertino-pane has much more room under where the content inside of the pane resides. There is no way to get the content to extend to the bottom of the pane. Tryin to extend the div, etc. beyond 100% height only makes the div, etc. scrollable. Tested with div, ion-slides, and ion-content.
Expected behavior
A clear and concise description of what you expected to happen.
The div, etc. should cover all the yellow space when height=100%. Refer to the screenshots below.
Screenshots
If applicable, add screenshots to help explain your problem.
ion-slides
div (can reduce the height to less than 100% to make the area not scrollable, also occurs on inverse=false, but content starts at top instead of in middle)
ion-content (always makes a scrollable area even without specifying height)
Desktop (please complete the following information):
OS: ionic serve
Browser: chrome
Version 86.0.4240.75
Additional context
Add any other context about the problem here.
Adding flex to a child div will allow the screen to take up the whole pane if the height is over 100%, but will make it scrollable.
The text was updated successfully, but these errors were encountered:
Describe the bug
A clear and concise description of what the bug is.
The cupertino-pane has much more room under where the content inside of the pane resides. There is no way to get the content to extend to the bottom of the pane. Tryin to extend the div, etc. beyond 100% height only makes the div, etc. scrollable. Tested with div, ion-slides, and ion-content.
To Reproduce
<style> .cupertino-pane { backgrounf-color= yellow; } .myDiv { height=100%; background-color= blue; } </style>Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
The div, etc. should cover all the yellow space when height=100%. Refer to the screenshots below.
Screenshots
If applicable, add screenshots to help explain your problem.
ion-slides
div (can reduce the height to less than 100% to make the area not scrollable, also occurs on inverse=false, but content starts at top instead of in middle)
ion-content (always makes a scrollable area even without specifying height)
Desktop (please complete the following information):
Additional context
Add any other context about the problem here.
Adding flex to a child div will allow the screen to take up the whole pane if the height is over 100%, but will make it scrollable.
The text was updated successfully, but these errors were encountered: