Page Height Issue (Suggestion)

Hi There,

I guess everyone using kunagi by now knows that the page can be scrolled a lot after the content is over (on kunagi.org site which obviously is home page of kunagi kunagi.)

Why cant we simply add screen.css/kunagihomepage.css following. Tested on my own custom installation, works fine.

html {
height: 100%;
}

Status

Issue is closed.

Comments

Thu, Apr 18, 2013, 15:56 by artjom (PO,T)

I do not quite understand the purpose of your suggestion.

The reason for the space at the bottom of the page is to allow the viewport to behave consistently for elements at the bottom of the page. If an in-program jump (analogously: an anchor link on the website) is performed, the target element should appear at the top of the viewport (i.e. the viewport is unique for each element). If no spacing is present at the bottom of the page, the viewport will be the same for all elements at the bottom of the page within one screen size, forcing a user to "manually" search for the element.

Thu, Apr 18, 2013, 18:55 by Anuj

I guess I simply missed the whole idea there.
Thanks for the response. :) (Y)

Post a comment



optional
optional