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

footer hiding content #574

Open
ll-SKY-ll opened this issue Jul 13, 2024 · 1 comment
Open

footer hiding content #574

ll-SKY-ll opened this issue Jul 13, 2024 · 1 comment

Comments

@ll-SKY-ll
Copy link

when displaying enough items to fill the whole site, the navigation elements at the bottom of the site are hidden by the footer.

Possible fix:

Change "margin-top" from "-2em" to "0" here:

style="position: relative; z-index: 2; height: 2em; margin-top: -2em; line-height: 2em; background-color: #eee; border: 0.5px solid #ddd">

but then the footer would only be visible when scrolling down a bit, so idk if you want that.

Screenshot_20240713_122734

@rkfg
Copy link
Contributor

rkfg commented Jul 17, 2024

And in both cases there's a vertical scroll bar visible even when there shouldn't be any.

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

No branches or pull requests

2 participants