- Removed AssociatedStudies Collection - Measurement API is generated from configuration files - Data exchange methods are defined in configuration
19 lines
356 B
Stylus
19 lines
356 B
Stylus
.studyBrowser
|
|
float: left
|
|
height: 100%
|
|
width: 100%
|
|
overflow: hidden
|
|
background-color: black
|
|
padding-bottom: 20px
|
|
|
|
.scrollableStudyThumbnails
|
|
height: 100%
|
|
overflow-y: auto
|
|
overflow-x: hidden
|
|
padding-bottom: 50px
|
|
padding-right: 16px
|
|
padding-left: 4px
|
|
margin-right: -16px
|
|
|
|
&::-webkit-scrollbar
|
|
display: none |