fixed scrollbars

This commit is contained in:
Jerilyn Yare 2024-01-06 15:37:07 +08:00
parent dd53596719
commit 8cf356ff05

View file

@ -14,6 +14,21 @@
-webkit-text-size-adjust: 100%;
}
/* width */
::-webkit-scrollbar {
width: 5px;
}
/* Track */
::-webkit-scrollbar-track {
background: none;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #888;
}
a {
font-weight: 500;
color: #646cff;