Skip to content

Commit

Permalink
fix(menu): remove flicker on native scroll. Fixes #4869
Browse files Browse the repository at this point in the history
  • Loading branch information
mlynch committed Dec 29, 2015
1 parent eae1469 commit 1ec38ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
.menu-open .menu-content .pane,
.menu-open .menu-content .scroll-content {
pointer-events: none;
overflow: hidden;
//overflow: hidden;
}

.grade-b .menu-content,
Expand Down

0 comments on commit 1ec38ac

Please sign in to comment.