Fixing hidden measurements table header on IE11

This commit is contained in:
Bruno Alves de Faria 2017-04-20 19:21:45 -03:00
parent 4d89b70877
commit 872b0e8107
5 changed files with 11 additions and 29 deletions

View File

@ -16,7 +16,8 @@
.sidebar-option
height: 100%
position: fixed
max-width: inherit
position: absolute
transform(translateX(100%))
transition($sidebarTransition)
width: 100%

View File

@ -18,7 +18,8 @@ $lesionsSidebarMenuWidth = 450px
.sidebar-option
height: 100%
position: fixed
max-width: inherit
position: absolute
transform(translateX(100%))
transition($sidebarTransition)
width: 100%
@ -59,16 +60,6 @@ $lesionsSidebarMenuWidth = 450px
margin-right: - ($lesionsSidebarMenuWidth + 270px)
max-width: $lesionsSidebarMenuWidth + 270px
&:before
theme('background-color', '$uiBorderColor')
content: ''
display: block
height: 100%
left: 5px
position: absolute
top: 0
width: $uiBorderThickness
&.sidebar-open
margin-right: 0

View File

@ -1,15 +1,13 @@
@import "{ohif:design}/app"
.measurementTableView.scrollArea
width: 100%
height: 100%
height: calc(100% - 105px)
overflow-x: hidden
overflow-y: auto
margin-left: -6px
margin-right: -16px
padding-bottom: 116px
padding-left: 6px
margin-right: -36px
padding-right: 36px
-webkit-overflow-scrolling: touch
-ms-overflow-style: none
&::-webkit-scrollbar
display: none

View File

@ -83,6 +83,7 @@ $timepointButtonHeight = 55px
margin-right: -36px
padding-bottom: 20px
padding-right: 36px
-ms-overflow-style: none
&::-webkit-scrollbar
display: none

View File

@ -18,7 +18,8 @@ $lesionsSidebarMenuWidth = 450px
.sidebar-option
height: 100%
position: fixed
max-width: inherit
position: absolute
transform(translateX(100%))
transition($sidebarTransition)
width: 100%
@ -59,16 +60,6 @@ $lesionsSidebarMenuWidth = 450px
margin-right: - ($lesionsSidebarMenuWidth + 270px)
max-width: $lesionsSidebarMenuWidth + 270px
&:before
theme('background-color', '$uiBorderColor')
content: ''
display: block
height: 100%
left: 5px
position: absolute
top: 0
width: $uiBorderThickness
&.sidebar-open
margin-right: 0