Problem/Motivation
When the page is vertically smaller then browser viewport footer will hangout in the air which looks ugly.
Proposed resolution
Expand the body to the full viewport height, push footer to the bottom, take care of admin toolbar it should work in this case also.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | expand-page-3037603.patch | 1.08 KB | pivica |
Comments
Comment #2
pivica commentedHere is a patch.
Comment #3
pivica commentedNote that this will not work in IE11, but it seems it's not that trivial to be fixed. Anyway, it will revert back to the previous behaviour - non-expanded page, footer hanging in the air so its fine we do not support IE11 with this.
Comment #4
pivica commentedComment #6
pivica commentedCommitted.