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-button, button,
|
||||
audio, video, select, input {
|
||||
audio, video, select, input, iframe {
|
||||
pointer-events: visible;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue