Im using tailwind, when i zoom near the scrollbar there is small whitespace next to it, how do i remove/style it?? ```css ::-webkit-scrollbar { @apply w-2; } ::-webkit-scrollbar-track { @apply bg-darkNavy; } ::-webkit-scrollbar-thumb { @apply bg-slate ring-2; } ```