diff --git a/app/assets/javascripts/sortable/constants.js b/app/assets/javascripts/sortable/constants.js
index eac8033448b46731cdada8a28033d1e52dc64ae4..ec7eb7278ccf12679ce95fa77039190811cbfe55 100644
--- a/app/assets/javascripts/sortable/constants.js
+++ b/app/assets/javascripts/sortable/constants.js
@@ -14,7 +14,6 @@ export const DRAG_DELAY = 100;
  */
 export const defaultSortableOptions = {
   animation: 200,
-  forceFallback: true,
   fallbackClass: DRAG_CLASS,
   fallbackOnBody: true,
   ghostClass: 'is-ghost',
diff --git a/ee/spec/frontend/related_items_tree/components/tree_root_spec.js b/ee/spec/frontend/related_items_tree/components/tree_root_spec.js
index 28e9769cad4d964f80829c16d8aa3343e930a021..d6ffb471f308c7f35ac71cc00c2e2632191337a5 100644
--- a/ee/spec/frontend/related_items_tree/components/tree_root_spec.js
+++ b/ee/spec/frontend/related_items_tree/components/tree_root_spec.js
@@ -110,7 +110,6 @@ describe('RelatedItemsTree', () => {
                 expect.objectContaining({
                   animation: '200',
                   delay: '100',
-                  forcefallback: 'true',
                   fallbackclass: 'is-dragging',
                   ghostclass: 'is-ghost',
                   group: 'gl-new-card-body',