* scroll styles

This commit is contained in:
Indrajith K L
2018-08-02 17:15:41 +05:30
parent cd681a2e33
commit a6bf342dea

View File

@@ -212,3 +212,32 @@
animation: glitch-text-anim-2 3s infinite linear alternate-reverse;
}
/* Scrollbar styles */
/* width */
::-webkit-scrollbar {
width: 8px;
}
/* Track */
::-webkit-scrollbar-track {
box-shadow: inset 0 0 5px #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
background: #000;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
background: #272727;
cursor: pointer;
}
::-webkit-scrollbar-button {
background: #636363;
color: #fff;
height: 10px;
}