mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
The key here is to force editor's overall z-index to be 0 in order to establish a *local stacking context*. Then we can put the lines at z-index 1 and the selection at z-index -1 within that context without them overlapping elements outside of the editor.