Remove scrollbar from thumbnail study browser
This commit is contained in:
parent
d2ab42e11c
commit
4c80c57d73
@ -1,7 +1,9 @@
|
|||||||
<template name="studyBrowser">
|
<template name="studyBrowser">
|
||||||
<div class="studyBrowser">
|
<div class="studyBrowser">
|
||||||
|
<div class="scrollableStudyThumbnails">
|
||||||
{{ #each studies }}
|
{{ #each studies }}
|
||||||
{{ >thumbnails }}
|
{{ >thumbnails }}
|
||||||
{{ /each }}
|
{{ /each }}
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
@ -2,8 +2,18 @@
|
|||||||
float: left
|
float: left
|
||||||
height: 100%
|
height: 100%
|
||||||
width: 100%
|
width: 100%
|
||||||
//min-width: 120px
|
overflow: hidden
|
||||||
overflow-y: auto
|
|
||||||
overflow-x: hidden
|
|
||||||
background-color: black
|
background-color: black
|
||||||
padding-bottom: 20px
|
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
|
||||||
Loading…
Reference in New Issue
Block a user