pages-themes / leap-day

Leap day is a Jekyll theme for GitHub Pages
https://pages-themes.github.io/leap-day/
Creative Commons Zero v1.0 Universal
203 stars 483 forks source link

Left side menu is over lapping the footer section #48

Open V-R-SANTHOSH opened 3 years ago

V-R-SANTHOSH commented 3 years ago

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 commented 3 years ago

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[bot] commented 2 years ago

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.

davaya commented 2 years ago

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.