mozilla / platform-tilt

Tracking issues which disadvantage Firefox relative to first-party browsers on major software platforms.
https://mozilla.github.io/platform-tilt
191 stars 0 forks source link

Add padding-bottom to container #17

Closed simevidas closed 8 months ago

simevidas commented 8 months ago

Without padding-bottom, the text at the bottom of the page is all the way at the bottom of the viewport, and it can’t be scrolled up. That’s not ideal. The user should be able to scroll that text to the middle of the screen. You could add padding-bottom: 50svh to .container.

https://github.com/mozilla/platform-tilt/assets/716405/b1c787b6-6803-4163-aa30-33be8fd9fd8e

bgrins commented 8 months ago

Thanks. The styles were copied over from standards-positions and could use some work - will take a look.