Skip to content

Commit

Permalink
Enable pointer events for visible area in adjusted absolute mode
Browse files Browse the repository at this point in the history
Closes #564
  • Loading branch information
abe33 committed Apr 5, 2017
1 parent bc2371d commit 8210e1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion styles/minimap.less
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ atom-text-editor, html {
&.adjust-absolute-height {
pointer-events: none;

canvas {
canvas, .minimap-visible-area {
pointer-events: auto;
}
}
Expand Down

0 comments on commit 8210e1e

Please sign in to comment.