diff --git a/apps/client/src/menus/context_menu.ts b/apps/client/src/menus/context_menu.ts index 574d3091c..7b8ded20e 100644 --- a/apps/client/src/menus/context_menu.ts +++ b/apps/client/src/menus/context_menu.ts @@ -151,7 +151,7 @@ class ContextMenu { .css({ display: "block", top: top, - left: left + "inset-inline-start": left }) .addClass("show"); } @@ -187,7 +187,7 @@ class ContextMenu { } // Create a new group to avoid column breaks before and after the seaparator / header. - // This is a workaround for Firefox not supporting break-before / break-after: avoid + // This is a workaround for Firefox not supporting break-before / break-after: avoid // for columns. if (shouldStartNewGroup) { $group = $("