From b7e220b94f2b0f9a4969c2dd07a9703c6ab1fb98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=2E=20Javier=20Rodr=C3=ADguez=20Garc=C3=ADa?= Date: Thu, 20 Jun 2024 15:05:47 +0100 Subject: [PATCH] =?UTF-8?q?EDATOS-3870=20-=20Actualizar=20a=20la=20=C3=BAl?= =?UTF-8?q?tima=20versi=C3=B3n=20de=20TerriaJS?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit > Modificaciones de estilos que no pueden hacerse desde terria para hacer hueco a la barra superior --- lib/ReactViews/SidePanel/SidePanel.tsx | 2 +- lib/ReactViews/Workflow/WorkflowPanel.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ReactViews/SidePanel/SidePanel.tsx b/lib/ReactViews/SidePanel/SidePanel.tsx index d590a8b5968..aa9ca3d17c8 100644 --- a/lib/ReactViews/SidePanel/SidePanel.tsx +++ b/lib/ReactViews/SidePanel/SidePanel.tsx @@ -197,7 +197,7 @@ const SidePanel = observer>( p.theme.fontPop}px; width: ${(p) => p.theme.workflowPanelWidth}px; - height: 100vh; + height: 100%; max-width: ${(p) => p.theme.workflowPanelWidth}px; box-sizing: border-box; padding: 0 0 5px;