Update main.css

This commit is contained in:
Руслан 2023-09-25 19:01:56 +06:00 committed by GitHub
parent 7211750709
commit 07cb04c77a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -251,3 +251,15 @@ svg {
position: relative;
-webkit-overflow-scrolling: touch;
}
::-webkit-scrollbar {
width: 3.5px;
}
::-webkit-scrollbar-track {
background: black;
}
::-webkit-scrollbar-thumb {
background: var(--maincolor);
}