Skip to content

Commit

Permalink
🐛 Fix disappearing minimap on master
Browse files Browse the repository at this point in the history
  • Loading branch information
abe33 committed May 24, 2016
1 parent 9c5ca29 commit 9b7425f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions styles/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@ atom-notifications:empty {
pointer-events: none
}

atom-text-editor:not([mini])::shadow .editor--private,
atom-text-editor:not([mini]).editor--private {
atom-text-editor[with-minimap]::shadow .editor--private,
atom-text-editor[with-minimap] .editor--private {
order: 2;
flex: 1 0 0;
flex: 1 0 90%;
width: 90%;
}

atom-text-editor::shadow, atom-text-editor, html {
Expand Down

0 comments on commit 9b7425f

Please sign in to comment.