-
Notifications
You must be signed in to change notification settings - Fork 13.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll content not sized properly for "list cards" #1708
Comments
Hey @calendee, I can reproduce it, thanks. It looks like it only happens when I use the class Update: it's CSS, fixing |
Actually, it looks like this is already fixed. Are you seeing this in the nightly? |
Thanks for the quick response. All good in the nightly : http://codepen.io/calendee/pen/tBnlJ However, it would be nice if a card had just a slight bit of padding at the bottom by default so it wouldn't sit on the extreme edge of the view. Of course, it's not hard to do on my own but might be best if done be Ionic. Feel free to close if you don't think that little bit is worth keep open for. |
This is still an issue if the view has a sub-header, and the sub-header is currently hidden. |
Hey @thenovelnomad, in this case, you'd want to use the Hey @calendee, I added a little extra margin-bottom to the last Looks like this one is fixed. |
@perrygovier - Is this the solution for http://forum.ionicframework.com/t/list-cards-with-tabs-is-cut-off-at-bottom-20px ? |
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out. |
If content section of view contains cards with the "list" class, the scroll area does not size properly to accommodate them.
CodePen Sample : http://codepen.io/calendee/pen/tBnlJ
You can see in the sample that the card is partially cutoff and the viewport cannot be scrolled all the way do to see it.
The text was updated successfully, but these errors were encountered: