Merge pull request #3507 from NoelDeMartin/MOBILE-4081

MOBILE-4081 theme: Fix clicks on nested ion-items
main
Dani Palou 2022-12-15 11:15:37 +01:00 committed by GitHub
commit 58aeadb6b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -1482,6 +1482,7 @@ ion-item.ion-activatable:not(.only-links) {
ion-anchor, a,
ion-button, button,
ion-item.ion-focusable,
audio, video, select, input, iframe {
pointer-events: visible;
}