Please upgrade here. These earlier versions are no longer being updated and have security issues.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
**CSS** The footer of badge summary page doesn't reach the bottom of the page on larger displays
kirkpa31
✭✭
I've tried playing around with the .wrapper height in css but cannot get this to fit in larger display windows (i.e. vertical mobile phone or a large tv display). On a small, horizontal laptop display it works fine - but larger displays causes this to cut off.
Here's what I'm talking about//you can see the light blue under the footer:
using Vanilla V. 2.0.18.8
badges version 3.0 (updated versions also make no difference)
0
Comments
It most likely doesn't have to do with the badges. It would most likely appear to be like that in pages that don't have enough content to fill the space between the footer and the height of the viewport. The trick is to make the footer sticky.
Add Pages to Vanilla with the Basic Pages app
just make the body of the page min-height:1000px
❌ ✊ ♥. ¸. ••. ¸♥¸. ••. ¸♥ ✊ ❌
Thanks guys! Worked perfectly