MOBILE-3783 core: Fix iframe in item not clickable

main
Dani Palou 2021-08-06 11:28:06 +02:00
parent 5a573f3dfa
commit 5a150867c2
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}
}