Fix inadvertent change to Standalone Viewer viewerSection height

This commit is contained in:
Erik Ziegler 2018-07-10 16:34:13 +02:00
parent 349f591764
commit 64f18c48b2

View File

@ -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