26 lines
564 B
Stylus
26 lines
564 B
Stylus
@import "{ohif:design}/app"
|
|
|
|
.measurementTableView.scrollArea
|
|
height: calc(100% - 105px)
|
|
overflow-x: hidden
|
|
overflow-y: auto
|
|
margin-right: -36px
|
|
padding-right: 36px
|
|
-webkit-overflow-scrolling: touch
|
|
-ms-overflow-style: none
|
|
|
|
&::-webkit-scrollbar
|
|
display: none
|
|
|
|
.report-area
|
|
theme('background-color', '$uiGrayDarker')
|
|
margin-top: 2px
|
|
padding: 10px 0
|
|
|
|
.btn.js-pdf
|
|
theme('background-color', '$activeColor')
|
|
theme('border', '1px solid $uiBorderColorActive')
|
|
color: #000
|
|
display: table
|
|
margin: 0 auto
|