Skip to content

Commit

Permalink
Merge pull request #19 from propublica/pointer-events-tweak
Browse files Browse the repository at this point in the history
Disables pointer events on grid overlay
  • Loading branch information
stuntbox authored Jan 27, 2019
2 parents 9881183 + e49f9fe commit d5f6e76
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _column-setter.scss
Original file line number Diff line number Diff line change
Expand Up @@ -394,6 +394,7 @@ $grid-lesson: "A 'grid' mixin call must include a valid class name, e.g. 'grid(c
width: 100%;
height: 100%;
z-index: 100;
pointer-events: none;
@each $bp, $value in $breakpoints {
@include breakpoint-min($bp) {
background-image: repeating-linear-gradient(
Expand All @@ -413,4 +414,4 @@ $grid-lesson: "A 'grid' mixin call must include a valid class name, e.g. 'grid(c
}
}
}
}
}

0 comments on commit d5f6e76

Please sign in to comment.