Wikidata / SQID

A tool to analyse, browse and query Wikidata
http://tools.wmflabs.org/sqid/
Apache License 2.0
84 stars 17 forks source link

White space at page bottom #92

Closed arsylum closed 8 years ago

arsylum commented 8 years ago

Picking up from #90

Note: we need to rethink the white space at the page bottom. It is there to ensure that there is always a scroll bar (otherwise the layout may jump if one expands something that makes the page longer)

If this is the only reason for the white space then something like overflow-y: scroll on the <body> (or the app-wrapping <div>) is probably a more convenient solution.

mkroetzsch commented 8 years ago

Done and pushed to master.