Skip to content

Conversation

@sdrejkarz
Copy link
Contributor

Please check if the PR fulfills these requirements

  • The commit message follows our guidelines
  • Tests for the changes have been added (for bug fixes/features)
  • Docs have been added / updated (for bug fixes / features)

What kind of change does this PR introduce?

Side mine is no longer hiding on scrolling down on footer
Issue

Copy link
Contributor

@mkleszcz mkleszcz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Unfortunately this fix doesn't work as expected, introducing another bug:
It cuts the menu at the bottom and does not allow to scroll and see all menu items

image

@sdrejkarz
Copy link
Contributor Author

sdrejkarz commented Jun 3, 2024

The only easy-to-go solution I can see here is

aside > div:first-child  {
    height: unset;
    overflow-y: auto;
    overflow-x: hidden;
}

but having two scrollbars (body + sidebar) is not something that we would like to have (or maybe I'm wrong).

Edit: this doesn't work properly either when the scroll is visible.

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.

3 participants