seanmturley / natureddit

A simple Reddit client, featuring a landing page dedicated to nature with posts pulled from a curated list of subreddits.
0 stars 1 forks source link

Fix LoadingOverlay positioning #172

Closed seanmturley closed 4 months ago

seanmturley commented 5 months ago

The overlay positioning is locked to the top of the page, so that it passes outside of the view port if the user is scrolled down. This was possibly introduced as part of #168 in this commit.

seanmturley commented 4 months ago

Changing to position: fixed solved the positioning issue (previously it was absolute).

I don't think this was a recently introduced bug - it was probably like that from the initial implementation.