Skip to content

Commit af6b26d

Browse files
Merge branch 'master' into fix-lite-build-mode
2 parents bc6a606 + 43112ce commit af6b26d

File tree

1 file changed

+2
-15
lines changed

1 file changed

+2
-15
lines changed

src/sections/Blog/Blog-sidebar/blogSidebar.style.js

Lines changed: 2 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -48,24 +48,11 @@ const BlogSideBarWrapper = styled.div`
4848
.scroll{
4949
max-height: 40rem;
5050
overflow: auto;
51-
padding-right: 10px;
52-
scrollbar-width: thin;
51+
scrollbar-width: none;
5352
54-
&::-webkit-scrollbar-thumb {
55-
background: #a9a9a9;
56-
border-radius: 1rem;
57-
}
58-
&::-webkit-scrollbar-track {
59-
background: #f0f0f0;
60-
border-radius: 1rem;
61-
}
62-
&::-webkit-scrollbar-button {
53+
&::-webkit-scrollbar{
6354
display: none;
6455
}
65-
&::-webkit-scrollbar {
66-
width: 6px;
67-
display: block;
68-
}
6956
}
7057
7158
&.catagorie{

0 commit comments

Comments
 (0)