From: soufiane Date: Thu, 2 Nov 2023 15:41:32 +0000 (+0100) Subject: wait #6449 @0:30 X-Git-Url: http://git.cubedesigners.com/?a=commitdiff_plain;h=5c3e7441ea977adf7f1dc2365e7186134db93942;p=fluidbook-toolbox-quiz.git wait #6449 @0:30 --- diff --git a/js/quiz.draganddrop.js b/js/quiz.draganddrop.js index 98c06ac..ac5fd8b 100644 --- a/js/quiz.draganddrop.js +++ b/js/quiz.draganddrop.js @@ -71,6 +71,7 @@ QuizDragAndDrop.prototype = { padding: "7px 8px", borderRadius: "8px", position: 'absolute', + autoAlpha: 0 } if (this.quiz.resize.isMobile()) { rules = { diff --git a/style/106-question-draganddrop.sass b/style/106-question-draganddrop.sass index 833e0b3..173ac90 100644 --- a/style/106-question-draganddrop.sass +++ b/style/106-question-draganddrop.sass @@ -75,6 +75,7 @@ margin-bottom: 8px .slot + opacity: 0 !important span display: -webkit-box display: -moz-box