Skip to content

Commit 8a52c7d

Browse files
authored
fix(content): remove pointer-events from iOS transition shadow (ionic-team#19471)
fixes ionic-team#19466
1 parent 20ffc95 commit 8a52c7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

core/src/components/content/content.scss

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,8 @@
130130
height: 100%;
131131

132132
opacity: 0;
133+
134+
pointer-events: none;
133135
}
134136

135137
.transition-cover {

0 commit comments

Comments
 (0)