Update main.css

This commit is contained in:
2023-09-25 19:01:56 +06:00
committed by GitHub
parent 7211750709
commit 07cb04c77a

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);
}