Skip to content

Commit

Permalink
fix(content): remove pointer-events from iOS transition shadow (#19471)
Browse files Browse the repository at this point in the history
fixes #19466
  • Loading branch information
liamdebeasi committed Sep 27, 2019
1 parent 20ffc95 commit 8a52c7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/src/components/content/content.scss
Expand Up @@ -130,6 +130,8 @@
height: 100%;

opacity: 0;

pointer-events: none;
}

.transition-cover {
Expand Down

0 comments on commit 8a52c7d

Please sign in to comment.