Fixing hidden measurements table header on IE11
This commit is contained in:
parent
4d89b70877
commit
872b0e8107
@ -16,7 +16,8 @@
|
|||||||
|
|
||||||
.sidebar-option
|
.sidebar-option
|
||||||
height: 100%
|
height: 100%
|
||||||
position: fixed
|
max-width: inherit
|
||||||
|
position: absolute
|
||||||
transform(translateX(100%))
|
transform(translateX(100%))
|
||||||
transition($sidebarTransition)
|
transition($sidebarTransition)
|
||||||
width: 100%
|
width: 100%
|
||||||
|
|||||||
@ -18,7 +18,8 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
|
|
||||||
.sidebar-option
|
.sidebar-option
|
||||||
height: 100%
|
height: 100%
|
||||||
position: fixed
|
max-width: inherit
|
||||||
|
position: absolute
|
||||||
transform(translateX(100%))
|
transform(translateX(100%))
|
||||||
transition($sidebarTransition)
|
transition($sidebarTransition)
|
||||||
width: 100%
|
width: 100%
|
||||||
@ -59,16 +60,6 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
margin-right: - ($lesionsSidebarMenuWidth + 270px)
|
margin-right: - ($lesionsSidebarMenuWidth + 270px)
|
||||||
max-width: $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
|
&.sidebar-open
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
|
|
||||||
|
|||||||
@ -1,15 +1,13 @@
|
|||||||
@import "{ohif:design}/app"
|
@import "{ohif:design}/app"
|
||||||
|
|
||||||
.measurementTableView.scrollArea
|
.measurementTableView.scrollArea
|
||||||
width: 100%
|
height: calc(100% - 105px)
|
||||||
height: 100%
|
|
||||||
overflow-x: hidden
|
overflow-x: hidden
|
||||||
overflow-y: auto
|
overflow-y: auto
|
||||||
margin-left: -6px
|
margin-right: -36px
|
||||||
margin-right: -16px
|
padding-right: 36px
|
||||||
padding-bottom: 116px
|
|
||||||
padding-left: 6px
|
|
||||||
-webkit-overflow-scrolling: touch
|
-webkit-overflow-scrolling: touch
|
||||||
|
-ms-overflow-style: none
|
||||||
|
|
||||||
&::-webkit-scrollbar
|
&::-webkit-scrollbar
|
||||||
display: none
|
display: none
|
||||||
|
|||||||
@ -83,6 +83,7 @@ $timepointButtonHeight = 55px
|
|||||||
margin-right: -36px
|
margin-right: -36px
|
||||||
padding-bottom: 20px
|
padding-bottom: 20px
|
||||||
padding-right: 36px
|
padding-right: 36px
|
||||||
|
-ms-overflow-style: none
|
||||||
|
|
||||||
&::-webkit-scrollbar
|
&::-webkit-scrollbar
|
||||||
display: none
|
display: none
|
||||||
|
|||||||
@ -18,7 +18,8 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
|
|
||||||
.sidebar-option
|
.sidebar-option
|
||||||
height: 100%
|
height: 100%
|
||||||
position: fixed
|
max-width: inherit
|
||||||
|
position: absolute
|
||||||
transform(translateX(100%))
|
transform(translateX(100%))
|
||||||
transition($sidebarTransition)
|
transition($sidebarTransition)
|
||||||
width: 100%
|
width: 100%
|
||||||
@ -59,16 +60,6 @@ $lesionsSidebarMenuWidth = 450px
|
|||||||
margin-right: - ($lesionsSidebarMenuWidth + 270px)
|
margin-right: - ($lesionsSidebarMenuWidth + 270px)
|
||||||
max-width: $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
|
&.sidebar-open
|
||||||
margin-right: 0
|
margin-right: 0
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user