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:
After:
I'm not familiar with svelte though so some other building seems necessary to push this change to each individual tool-specific CSS.
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:
After:
I'm not familiar with svelte though so some other building seems necessary to push this change to each individual tool-specific CSS.