atom / one-light-ui

Atom One light UI theme
MIT License
73 stars 62 forks source link

:focus bar outside tree-view when tree-view is not leftmost #41

Closed ssorallen closed 8 years ago

ssorallen commented 8 years ago

If you install tool-bar and tool-bar-main and position the toolbar on the left, you can recreate the problem that using position: fixed causes: the :focus bar sits outside the tree view's container. Switching to position: absolute fixes this.

Blue focus bar is outside the tree view container:

screen shot 2015-11-04 at 10 21 19 am

(Same issue as https://github.com/atom/one-dark-ui/issues/104)