botoxparty / XP.css

A CSS framework for building faithful recreations of operating system GUIs.
https://botoxparty.github.io/XP.css/
MIT License
2.24k stars 106 forks source link

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

Closed sirocyl closed 3 years ago

sirocyl commented 4 years ago

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:

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

Example below: image

botoxparty commented 4 years ago

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.