diff --git a/drag_and_drop_v2_new/public/css/drag_and_drop_mcka.css b/drag_and_drop_v2_new/public/css/drag_and_drop_mcka.css index 5f4eab5de..00bfba4e1 100644 --- a/drag_and_drop_v2_new/public/css/drag_and_drop_mcka.css +++ b/drag_and_drop_v2_new/public/css/drag_and_drop_mcka.css @@ -4,7 +4,8 @@ /* Bugfixes that we will merge into the upstream app soon: */ .themed-xblock.xblock--drag-and-drop .drag-container, -.themed-xblock.xblock--drag-and-drop .target-img-wrapper +.themed-xblock.xblock--drag-and-drop .target-img-wrapper, +.themed-xblock.xblock--drag-and-drop .actions-toolbar { /* Disallow selection on mobile, which causes problematic menu popups during drag and drop*/ -webkit-touch-callout: none;