scroll style
Tue Oct 01 2024 07:54:12 GMT+0000 (Coordinated Universal Time)
Saved by
@mubashir_aziz
::-webkit-scrollbar-track {
-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
background-color: #F5F5F5;
}
::-webkit-scrollbar {
width: 7px;
height: 7px;
background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
background-color: #004154;
border-radius: 50px;
width: 7px;
}
content_copyCOPY
Comments