From a6cee30270e0d90a08433705a33268968092710b Mon Sep 17 00:00:00 2001 From: Bruno Alves de Faria Date: Mon, 12 Sep 2016 10:13:45 -0300 Subject: [PATCH] LT-67: Fixing wrong viewports CSS height property --- OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl index 8dc455677..03b0961a6 100644 --- a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl +++ b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl @@ -7,7 +7,7 @@ $lesionsSidebarMenuWidth = 450px flex: 1 flex-flow: row nowrap align-items: stretch - height: calc(100% - $toolbarHeight); + height: 'calc(100% - %s)' % $toolbarHeight width: 100% .sidebarMenu