LT-67: Fixing wrong viewports CSS height property
This commit is contained in:
parent
72bafdd014
commit
a6cee30270
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user