scroll working and nice transitions going on

This commit is contained in:
Arjun Patel
2022-02-02 13:06:22 -08:00
parent 8faa4016de
commit 7a1a5e8338
2 changed files with 90 additions and 53 deletions
+3 -3
View File
@@ -127,14 +127,14 @@ li.slick-active button {
/* scrollbar customization */
::-webkit-scrollbar {
height: 5px;
width: 5px;
height: 8px;
width: 8px;
@apply rounded;
}
/* Track */
::-webkit-scrollbar-track {
@apply bg-gray-400 rounded;
@apply bg-gray-200 rounded;
}
/* Handle */