From 8b9eed234967ca53e0d2808d6e1fcce3a2fcd441 Mon Sep 17 00:00:00 2001 From: Frode Petterson Date: Tue, 7 Jul 2015 13:53:20 +0200 Subject: [PATCH] Auto seems to work much better if embedded content gets scollbars. --- styles/h5p.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/h5p.css b/styles/h5p.css index c5e73bf..ea999df 100644 --- a/styles/h5p.css +++ b/styles/h5p.css @@ -34,7 +34,7 @@ html.h5p-iframe .h5p-content { font-size: 16px; line-height: 1.5em; width: 100%; - height: 100%; + height: auto; } .h5p-content.h5p-no-frame, .h5p-fullscreen .h5p-content,