From 64f18c48b299a246866537c1857d64cd9886f076 Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Tue, 10 Jul 2018 16:34:13 +0200 Subject: [PATCH] Fix inadvertent change to Standalone Viewer viewerSection height --- .../client/components/flexboxLayout/flexboxLayout.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl b/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl index cedaa7cd4..b8ca4c2ed 100644 --- a/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl +++ b/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl @@ -7,7 +7,7 @@ $lesionsSidebarMenuWidth = 450px flex: 1 flex-flow: row nowrap align-items: stretch - height: 'calc(100% - %s)' % ($toolbarHeight + $topBarHeight) + height: 'calc(100% - %s)' % ($toolbarHeight) width: 100% .sidebarMenu