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

Scrolling horizontally causes UI elements to clash with TreeView in aside #19

Closed
sirocyl opened this issue Jun 19, 2020 · 1 comment
Closed

Comments

@sirocyl
Copy link
Contributor

sirocyl commented Jun 19, 2020

Seen on the docs page - don't know if it's specific to that or more of a global concern.

Observed behavior:

When the page is wide enough to scroll horizontally - for instance, opening the "Show Code" on the Tabs view - some XP UI elements draw over the TreeView located in the aside.

Expected behavior:

Either:

  • Easiest: UI elements should draw underneath the TreeView in a fixed-position aside (aside z-indexes above the rest)
  • Most proper: Aside should be free to scroll left and right, but remain fixed vertically.

This is also observed upstream, in 98.css - for example. A report has been made there as well.

Example below:
image

@botoxparty
Copy link
Owner

Yep this is just a docs thing, I need to work out how i'm going to structure the docs to accommodate for other themes and will fix this then.

Thanks for reporting.

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