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 #93

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

Comments

@sirocyl
Copy link

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 98 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 downstream, in XP.css - for example. A report has been made there as well, a little while ago.

Example below:
image

@jdan
Copy link
Owner

jdan commented Feb 1, 2021

Thanks for reporting, I'm not so good at CSS. Can probably fix with a z-index or two.

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