Skip to content

Commit aa7fe99

Browse files
author
Ravi Majithia
committed
Summary screen overflow in smaller devices
1 parent 9b55d31 commit aa7fe99

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/styles/endscreen.css

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
/* Special treatment for iOS devices */
2222
-webkit-text-size-adjust: none;
2323
}
24+
.h5p-interactive-video.mobile .h5p-interactive-video-endscreen {
25+
overflow-y: auto;
26+
}
2427
.h5p-interactive-video-endscreen.h5p-interactive-video-endscreen-active {
2528
opacity: 1;
2629
}

0 commit comments

Comments
 (0)