diff --git a/src/app/app.scss b/src/app/app.scss index b75aebfeb..ee6c7fb2f 100644 --- a/src/app/app.scss +++ b/src/app/app.scss @@ -818,4 +818,12 @@ ion-alert.core-inapp-notification { body.keyboard-is-open core-ion-tabs .tabbar { display: none; -} \ No newline at end of file +} + +// Fix links and videos in ion-radio and ion-checkbox. +.item.item-radio, .item.item-checkbox { + .input-wrapper { + z-index: 5; + pointer-events: none; + } +}