We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents bc6a606 + 43112ce commit af6b26dCopy full SHA for af6b26d
src/sections/Blog/Blog-sidebar/blogSidebar.style.js
@@ -48,24 +48,11 @@ const BlogSideBarWrapper = styled.div`
48
.scroll{
49
max-height: 40rem;
50
overflow: auto;
51
- padding-right: 10px;
52
- scrollbar-width: thin;
+ scrollbar-width: none;
53
54
- &::-webkit-scrollbar-thumb {
55
- background: #a9a9a9;
56
- border-radius: 1rem;
57
- }
58
- &::-webkit-scrollbar-track {
59
- background: #f0f0f0;
60
61
62
- &::-webkit-scrollbar-button {
+ &::-webkit-scrollbar{
63
display: none;
64
}
65
- &::-webkit-scrollbar {
66
- width: 6px;
67
- display: block;
68
69
70
71
&.catagorie{
0 commit comments