From 5c3e7441ea977adf7f1dc2365e7186134db93942 Mon Sep 17 00:00:00 2001 From: soufiane Date: Thu, 2 Nov 2023 16:41:32 +0100 Subject: [PATCH] wait #6449 @0:30 --- js/quiz.draganddrop.js | 1 + style/106-question-draganddrop.sass | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5