Update milligram.css

Add scrollbar
This commit is contained in:
YuktiGarg23 2023-10-01 19:45:52 +05:30 committed by GitHub
parent 1802196f04
commit 93c7d39451
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

5
dist/milligram.css vendored
View File

@ -634,7 +634,7 @@ img {
/* custom scrollbar */
::-webkit-scrollbar{
width : 15px ;
width : 10px ;
}
::-webkit-scrollbar-track{
@ -642,7 +642,8 @@ img {
}
::-webkit-scrollbar-thumb{
background : linear-gradient(#9b4dca , #f4f5f6) ;
background-color : #9b4dca ;
border-radius : 10px ;
}
/*# sourceMappingURL=milligram.css.map */