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