SIngle Choice Set: Scrolling not Possible

Hi there,

in an Interactive Video, when using a Single Choice set with Questions that overflow the Content Area of the Dialog Window, no scrollbar will appear (see Attachment) – and in this way choices out of reach cannot be chosen... Is there any fix for that? We are using H5P in Wordpress, the bug appears on all Major Browsers...

Thank You!

Content types: 
BV52's picture

Hi timomeisel,

Thank you for reporting this. A bug report has filed and you can follow the progress here.

-BV52

Thanks. For the time being, i used a CSS-fix (hoping it will not cause any other problems). I modified the H5P-CSS via a Wordpress-Hook containing the following line:

.h5p-dialog[data-lib="H5P.SingleChoiceSet"] .h5p-dialog-inner {
	overflow: auto !important;
}

Kind regards, Timo