JI-2258 Hide Drag and Drop fullscreen button

pull/74/head
Erik Langhaug 2021-02-26 08:40:40 +01:00
parent 79ff4d71eb
commit 6dd6d197e2
1 changed files with 6 additions and 0 deletions

View File

@ -247,3 +247,9 @@
.h5p-no-frame .questionset .h5p-question > *:last-child {
margin-bottom: 0;
}
/* Hide the fullscreen button rendered by H5P.DragQuestion */
.questionset .h5p-question.h5p-dragquestion .h5p-my-fullscreen-button-enter,
.questionset .h5p-question.h5p-dragquestion .h5p-my-fullscreen-button-exit {
display: none;
}