From 9badc69edf2730372522ebc4d7e452908de3cc9a Mon Sep 17 00:00:00 2001 From: Paal Joergensen Date: Mon, 9 Nov 2015 13:11:36 +0100 Subject: [PATCH] Disabled max-height transistion on H5P.Question buttons --- css/questionset.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/css/questionset.css b/css/questionset.css index 325f94d..19b2b32 100644 --- a/css/questionset.css +++ b/css/questionset.css @@ -114,6 +114,12 @@ float: right; } +/* Need to disable max-height animation stuff, since this will + make resizing of iframe in Safari not work! */ +.questionset .h5p-question-buttons.h5p-question-visible { + transition: none; +} + .h5p-question .h5p-question-prev, .h5p-question .h5p-question-finish, .h5p-question .h5p-question-next {