scroll working and nice transitions going on
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user