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
The behavior I expect is that the Page.Footer is in line with the rest of the page elements like Page.Header and Page.Content.
Actual results (or Errors)
As Page.Footer is positioned absolute the positioning is not the same as for the rest of the page. Can even be tested in the docs. Click on Header & Footer button: https://geist-ui.dev/en-us/components/page
For demonstration purpose I gave the page a blueish background and the footer element a red background.
As you can see the footer is not in line with the rest of the page.
Bug report 🐞
Version & Environment
geist-ui/core: 2.3.8Expected Behaviour
The behavior I expect is that the
Page.Footeris in line with the rest of the page elements likePage.HeaderandPage.Content.Actual results (or Errors)
As
Page.Footeris positioned absolute the positioning is not the same as for the rest of the page. Can even be tested in the docs. Click onHeader & Footerbutton:https://geist-ui.dev/en-us/components/page
For demonstration purpose I gave the page a blueish background and the footer element a red background.

As you can see the footer is not in line with the rest of the page.