diff --git a/LesionTracker/client/components/viewerSection/viewerSection.styl b/LesionTracker/client/components/viewerSection/viewerSection.styl index 352041d9b..214983a2a 100644 --- a/LesionTracker/client/components/viewerSection/viewerSection.styl +++ b/LesionTracker/client/components/viewerSection/viewerSection.styl @@ -16,7 +16,8 @@ .sidebar-option height: 100% - position: fixed + max-width: inherit + position: absolute transform(translateX(100%)) transition($sidebarTransition) width: 100% diff --git a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl index 359bdf90b..5de1933c6 100644 --- a/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl +++ b/OHIFViewer/client/components/flexboxLayout/flexboxLayout.styl @@ -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 diff --git a/Packages/ohif-measurements/client/components/measurementTable/measurementTableView/measurementTableView.styl b/Packages/ohif-measurements/client/components/measurementTable/measurementTableView/measurementTableView.styl index 8cb26f98b..f54788b00 100644 --- a/Packages/ohif-measurements/client/components/measurementTable/measurementTableView/measurementTableView.styl +++ b/Packages/ohif-measurements/client/components/measurementTable/measurementTableView/measurementTableView.styl @@ -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 diff --git a/Packages/ohif-viewerbase/client/components/viewer/studyTimepointBrowser/studyTimepointBrowser.styl b/Packages/ohif-viewerbase/client/components/viewer/studyTimepointBrowser/studyTimepointBrowser.styl index 9daa222d9..ff0d09cad 100644 --- a/Packages/ohif-viewerbase/client/components/viewer/studyTimepointBrowser/studyTimepointBrowser.styl +++ b/Packages/ohif-viewerbase/client/components/viewer/studyTimepointBrowser/studyTimepointBrowser.styl @@ -83,6 +83,7 @@ $timepointButtonHeight = 55px margin-right: -36px padding-bottom: 20px padding-right: 36px + -ms-overflow-style: none &::-webkit-scrollbar display: none diff --git a/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl b/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl index 359bdf90b..5de1933c6 100644 --- a/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl +++ b/StandaloneViewer/StandaloneViewer/client/components/flexboxLayout/flexboxLayout.styl @@ -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