We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a353175 + c128c3d commit 6a0e5c7Copy full SHA for 6a0e5c7
1 file changed
src/content/templates/template books/Games/Games.less
@@ -37,6 +37,9 @@
37
.drag-activity-correct .drag-item-correct,
38
.drag-activity-wrong .drag-item-wrong {
39
display: block;
40
+ // In front of targets ([data-target-of] has z-index=@convasElementCanvasZIndex+1),
41
+ // in case they overlap. See BL-14627.
42
+ z-index: @canvasElementCanvasZIndex + 2;
43
}
44
// Hide draggable items in the Correct and Wrong tabs. See BL-14532.
45
// The data-target-of elements will show the positions of the targets and
0 commit comments