Fixing hidden measurements table header on IE11
This commit is contained in:
parent
4d89b70877
commit
872b0e8107
@ -16,7 +16,8 @@
|
||||
|
||||
.sidebar-option
|
||||
height: 100%
|
||||
position: fixed
|
||||
max-width: inherit
|
||||
position: absolute
|
||||
transform(translateX(100%))
|
||||
transition($sidebarTransition)
|
||||
width: 100%
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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
|
||||
|
||||
@ -83,6 +83,7 @@ $timepointButtonHeight = 55px
|
||||
margin-right: -36px
|
||||
padding-bottom: 20px
|
||||
padding-right: 36px
|
||||
-ms-overflow-style: none
|
||||
|
||||
&::-webkit-scrollbar
|
||||
display: none
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user