Skip to content

Commit 9bf1cc0

Browse files
authored
Merge pull request #591 from dpalou/MOBILE-1701
MOBILE-1701 iframe: Add pointer-events to iframes
2 parents 6b88982 + 683a05d commit 9bf1cc0

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)