diff --git a/www/core/scss/styles.scss b/www/core/scss/styles.scss index f3116a9e3ec..ba293c8171a 100644 --- a/www/core/scss/styles.scss +++ b/www/core/scss/styles.scss @@ -513,7 +513,7 @@ mm-timer { // This is to allow clicks in radio/checkbox content. mm-format-text { - audio, video, a { + audio, video, a, iframe { pointer-events: auto; } }