LT-67: Fixing wrong viewports CSS height property

This commit is contained in:
Bruno Alves de Faria 2016-09-12 10:13:45 -03:00
parent 72bafdd014
commit a6cee30270

View File

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