Replies: 0 comments 1 reply
-
Yes. You are right. The thing thats happening in that example iframe is that a |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been learning CSS grid recently, so I decided to try the first recipe on [(url) https://developer.mozilla.org/en-US/docs/Web/CSS/Layout_cookbook/Sticky_footers]. I found I could only get the footer to stick to the bottom of the page if I used min-height: 100vh on the .wrapper class, rather than min-height: 100%.
I believe this is because vh will adjust to the client's viewport instead of adjusting to the surrounding content on the page.
Hey MDN developers, I would like to do a pull request for this. How should I proceed? I'm new here.
Beta Was this translation helpful? Give feedback.
All reactions