GoogleChromeLabs / perf-track

Tracking framework performance and usage at scale
https://perf-track.web.app/
Apache License 2.0
150 stars 12 forks source link

Fix layout issue #7

Closed rviscomi closed 4 years ago

rviscomi commented 4 years ago

The natural height of the container could be larger than 100% of the viewport height, causing it to overflow and overlap with the footer text. This change allows the container to grow to its natural height if needed, and push the footer below it to avoid the overlap.

Before:

image

After:

image

I'm not familiar with svelte though so some other building seems necessary to push this change to each individual tool-specific CSS.