You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I scroll down on a longer page and follow a link to a shorter page, there is a lot of extra space at the bottom of the shorter page. The browser maintains the height from the previous page as a minimum.
My observation: depending on the scrolled height at the previous page it will result as a space under the html.
My failed attempt: at web/src/index.ejs
This will cause another issue : the header won't show up until I scroll to the top.(obviously not a good solution as it could affect any scrolling behavior)
Describe the Bug
If I scroll down on a longer page and follow a link to a shorter page, there is a lot of extra space at the bottom of the shorter page. The browser maintains the height from the previous page as a minimum.
Steps to Reproduce
Screen.Recording.2024-12-04.at.18.40.59.mov
Expected Behavior
The page should end with the footer.
Actual Behavior
There is a lot of "white" space below the footer.
The text was updated successfully, but these errors were encountered: