fix(content): remove pointer-events from iOS transition shadow (#19471)

fixes #19466
This commit is contained in:
Liam DeBeasi
2019-09-27 09:33:52 -04:00
committed by GitHub
parent 20ffc95ff1
commit 8a52c7d66b

View File

@ -130,6 +130,8 @@
height: 100%;
opacity: 0;
pointer-events: none;
}
.transition-cover {