From 964cc2a6a6561a3f288786036a8f7f6cad53a28b Mon Sep 17 00:00:00 2001 From: Vineet Sharma Date: Thu, 8 Aug 2024 12:03:29 +0530 Subject: [PATCH] (fix) O3-3760: Action Menu (Siderail) inside workspace hovering over the content (#1110) * Increase the workspace width and give margin to workspace content for accomodating siderail * Workspace content should have spacing for internal sidebars --- .../workspace-container.component.tsx | 6 +++- .../container/workspace.module.scss | 32 ++++++++++++------- 2 files changed, 25 insertions(+), 13 deletions(-) diff --git a/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx b/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx index 9280c9fe8..603542550 100644 --- a/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx +++ b/packages/framework/esm-styleguide/src/workspaces/container/workspace-container.component.tsx @@ -225,7 +225,11 @@ function Workspace({ workspaceInstance, additionalWorkspaceProps }: WorkspacePro )} -
+
div { height: 100%;