Skip to content

Commit

Permalink
🐛 Fix quick settings button partially hidden by scrollbar in absolute…
Browse files Browse the repository at this point in the history
… mode

Fixes #345
  • Loading branch information
abe33 committed Jul 8, 2015
1 parent 3511ef2 commit a41f5d6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions styles/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ atom-text-editor::shadow, atom-text-editor {
position: relative;
right: initial;
}

.open-minimap-quick-settings {
right: 16px;
}
}

&::shadow {
Expand Down

0 comments on commit a41f5d6

Please sign in to comment.