diff --git a/app/components/IllustList/styles.js b/app/components/IllustList/styles.js index bef4d1ed..ad84f5d6 100644 --- a/app/components/IllustList/styles.js +++ b/app/components/IllustList/styles.js @@ -7,4 +7,17 @@ export const ScrollableY = styled.div` overflow-y: scroll; overflow-x: hidden; height: 100%; + &::-webkit-scrollbar { + width: 11px; + } + &::-webkit-scrollbar-thumb { + min-height: 50px; + } + &::-webkit-scrollbar-thumb { + border-radius: 5px; + background-color: #444448; + } + &::-webkit-scrollbar-track { + border-left: 1px solid #444448; + } `