jdan / 98.css

A design system for building faithful recreations of old UIs
https://jdan.github.io/98.css
MIT License
8.97k stars 294 forks source link

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

Open sirocyl opened 4 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 98 UI elements draw over the TreeView located in the aside.

Expected behavior:

Either:

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 commented 3 years ago

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