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

Left side menu is over lapping the footer section #48

Open
V-R-SANTHOSH opened this issue May 4, 2021 · 3 comments · May be fixed by #63
Open

Left side menu is over lapping the footer section #48

V-R-SANTHOSH opened this issue May 4, 2021 · 3 comments · May be fixed by #63

Comments

@V-R-SANTHOSH
Copy link

Dear Developers,

I am one of the user of the leap day themes. In one of the GitHub page the left side bar is overlapping the left side footer section. how to rectify this issue.

total heading and sub heading : 24

@ParadoxV5
Copy link

I have this issue as well. I’m currently alleviating this with a custom CSS:

nav {
  max-height: 50vh;
  overflow: auto;
}

Compatibility-wise, I don’t know the inner workings of Leap Day, howëver. Browser default scrollbars are also ugly and don’t match the theme.

@stale
Copy link

stale bot commented Jan 9, 2022

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@stale stale bot added the wontfix label Jan 9, 2022
@davaya
Copy link

davaya commented Mar 15, 2022

The issue isn't stale and hasn't been fixed - ping to keep it alive in the hope that it will be.

The problem appears to be bad nesting in https://github.com/pages-themes/leap-day/blob/master/_layouts/default.html - the "wrapper" div should be closed after nav and section, before footer.

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 a pull request may close this issue.

3 participants