Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

app footer fixes #265

Merged
merged 3 commits into from
Mar 6, 2024
Merged

app footer fixes #265

merged 3 commits into from
Mar 6, 2024

Conversation

jxjj
Copy link
Contributor

@jxjj jxjj commented Mar 5, 2024

  • removes extra classes on app-footer as they may conflict with custom instance footers and will need to be overridden.
  • moves <AppFooter> from <main> to <footer> in the DefaultLayout
  • fixes On page with login prompt, min height isn't 100vh #264. In Safari, sometimes grid items would overflow the grid container if grid-template-rows isn't explicitly set.

jxjj added 3 commits March 5, 2024 14:51
less is more when it comes to custom footers
shouldn't impact layout, but it's a better spot for it
When grid rows is not explicitly defined in safari, the grid items overflow the page causing extra scrolling to appear below the footer.
@jxjj jxjj requested a review from cmcfadden March 5, 2024 21:21
@jxjj jxjj self-assigned this Mar 5, 2024
@jxjj jxjj merged commit e939302 into develop Mar 6, 2024
@jxjj jxjj deleted the feature/fix-grid-overflow-below-footer branch March 6, 2024 13:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

On page with login prompt, min height isn't 100vh
2 participants