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

PageTree toolbar not fixed when included in tab #2

Closed
RadLikeWhoa opened this issue Apr 24, 2018 · 1 comment · Fixed by neos/neos-ui#2434
Closed

PageTree toolbar not fixed when included in tab #2

RadLikeWhoa opened this issue Apr 24, 2018 · 1 comment · Fixed by neos/neos-ui#2434

Comments

@RadLikeWhoa
Copy link

I've just discovered a bug where the toolbar of the PageTree is not displayed correctly.

Steps to reproduce:

  1. Enable FlatNav
  2. Add a preset of type tree
  3. Scroll down the page tree

The toolbar (plus button etc.) scrolls along with the content instead of being fixed to the top of the tab.

screen shot 2018-04-24 at 13 55 26

The issue is easily resolved by setting the tab panel and it's first to div descendants to height: 100% and the page tree container to display: flex; flex-direction: column;.

Problem is, I'm not sure if this is an issue with FlatNav or the UI in general so I have no idea where I could fix this.

@dimaip
Copy link
Member

dimaip commented Apr 24, 2018

Hey Sacha, thanks for reporting!
You could try to override the styles from inside this package, but if those styles make sense as a default, a fix would be welcome in the neos-ui package itself.

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.

2 participants