Merge branch 'resizing-not-working-for-safari'

Conflicts:
	library.json
pull/3/head
Paal Joergensen 2015-11-09 13:14:05 +01:00
commit 45a22dec8d
1 changed files with 6 additions and 0 deletions

View File

@ -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 {