Take care of your H5P content

otacke's picture

Take care of your H5P content! With the H5P Caretaker brought to you by NDLA (shortly) ...

Hi Oliver !

Very useful tool to make better H5P contents and thoroughly check accessibility : thanks NDLANO and thanks to you for bringing this tool to the community.

I've test-driven it on its temporary homepage on your server but I have stumbled upon a minor issue : as I couldn't scroll the page (no scrollbars), I couldn't see the results for the H5P file that I had uploaded. The content was cut and I couldn't scroll to read it. I am using Chrome as a browser. I've managed to fix the issue locally thanks to the Chrome Inspector by adding these lines to the CSS :

.page { .background-light { max-height: 500px; overflow-y: auto; } }

Only then was I able to scroll the 3rd DIV from the main container and review the 83 errors found in my contents.

Best,

Isabelle

otacke's picture

I'd need more information to reproduce this issue. There's no particular height or overflow setting for the CSS class that you are referencing, so the browser should just make the page higher.