Fix inadvertent change to Standalone Viewer viewerSection height
This commit is contained in:
parent
349f591764
commit
64f18c48b2
@ -7,7 +7,7 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
flex: 1
|
flex: 1
|
||||||
flex-flow: row nowrap
|
flex-flow: row nowrap
|
||||||
align-items: stretch
|
align-items: stretch
|
||||||
height: 'calc(100% - %s)' % ($toolbarHeight + $topBarHeight)
|
height: 'calc(100% - %s)' % ($toolbarHeight)
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|
||||||
.sidebarMenu
|
.sidebarMenu
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user