diff --git a/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs b/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs index dffb2505f4..05b25757a3 100644 --- a/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs +++ b/Content.Client/ContextMenu/UI/ContextMenuPopup.xaml.cs @@ -53,6 +53,8 @@ namespace Content.Client.ContextMenu.UI UserInterfaceManager.ModalRoot.AddChild(this); MenuBody.OnChildRemoved += ctrl => _presenter.OnRemoveElement(this, ctrl); + MenuBody.VSeparationOverride = 0; + MenuBody.HSeparationOverride = 0; if (ParentElement != null) {