0

In my Ionic 2 application, i give a margin-top : 26vh; to ion-content. Now when i have a long list in my page, i can't scroll all the content to the bottom, so the last part of the list is not visible.

Any idea ?

UPDATE

I think 26vh (same as the margin-top) on the bottom is the value of the no scrollable content.

1 Answer 1

2

Since you indicated wanting to do this on ion-content. Why not just do this to see the same effect?

<ion-content> <div style="margin-top : 26vh"></div> </ion-content> 
Sign up to request clarification or add additional context in comments.

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.