MOBILE-3783 core: Fix iframe in item not clickable
parent
5a573f3dfa
commit
5a150867c2
|
@ -922,7 +922,7 @@ ion-item.ion-activatable:not(.only-links) {
|
||||||
|
|
||||||
ion-anchor, a,
|
ion-anchor, a,
|
||||||
ion-button, button,
|
ion-button, button,
|
||||||
audio, video, select, input {
|
audio, video, select, input, iframe {
|
||||||
pointer-events: visible;
|
pointer-events: visible;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue