Skip to content

Commit 683a05d

Browse files
committed
MOBILE-1701 iframe: Add pointer-events to iframes
1 parent 6b88982 commit 683a05d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

www/core/scss/styles.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ mm-timer {
513513

514514
// This is to allow clicks in radio/checkbox content.
515515
mm-format-text {
516-
audio, video, a {
516+
audio, video, a, iframe {
517517
pointer-events: auto;
518518
}
519519
}

0 commit comments

Comments
 (0)