Skip to content

Commit

Permalink
Scrollbar updated
Browse files Browse the repository at this point in the history
  • Loading branch information
sau-mili committed Jun 12, 2024
1 parent 8804121 commit 11ac990
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,35 @@
padding: 0 10px;
display: block;
margin-bottom: 10px;
}
}

::-webkit-scrollbar-track
{
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.1);
background-color: #F5F5F5;
border-radius: 10px;
}

::-webkit-scrollbar
{
width: 10px;
background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb
{
border-radius: 10px;
background-color: #FFF;
background-image: -webkit-gradient(linear,
40% 0%,
75% 84%,
from(#f96007),
to(#ffcd05),
color-stop(.6,#ff8c00))
}



</style>
</head>

Expand Down

0 comments on commit 11ac990

Please sign in to comment.